Html Css Color HEX #BDEBDB Mint Tulip

📋 copy color: '#BDEBDB'

red 189 ◦ green 235 ◦ blue 219

#BDEBDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Tulip #BDEBDB

Tints of Mint Tulip #BDEBDB

RGB

 RED value IS 189 (74.22% from 255) = 29.39%

 GREEN value IS 235 (92.19% from 255) = 36.55%

 BLUE value IS 219 (85.94% from 255) = 34.06%

R = 29.39%
G = 36.55%
B = 34.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDEBDB (or 0xBDEBDB) is known color: Mint Tulip. HEX triplet: BD, EB and DB. RGB value is (189,235,219). Sum of RGB (Red+Green+Blue) = 189+235+219=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBDB is #421424. Grayscale: #DBDBDB. Windows color (decimal): -4330533 or 14412733. OLE color: 14412733.

HSL color Cylindrical-coordinate representation of color #BDEBDB: hue angle of 159.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBDB is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 235 219 -
CMYK 0.20 0 0.07 0.08
HSL 159.13º 0.53% 0.83% -
HSV(B) 159.13º 0.2% 0.92% -
XYZ 63.48 75.35 78.22 -
YUV 219.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 189 235 219 0.20 0 0.07 0.08 159.13 0.53 0.83
Hex BD EB DB 14 0 7 8 9F 35 53
Octal 275 353 333 24 0 7 10 237 65 123
Binary 10111101 11101011 11011011 10100 0 111 1000 10011111 110101 1010011

Color Harmonies of #BDEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEBDB

Black with #BDEBDB

Text Example


Text Example

White with #BDEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEBDB; }

 p { color: rgb(189,235,219); }

 H1.HeaderClassName
 {
   color: #BDEBDB;
 }
 .AnyTagClassName
 {
   color: #BDEBDB;
 }
</style>

background-color css

<style>
 a { background-color: #BDEBDB; }

 a { background-color: rgb(189,235,219); }

 div.DivClassName
 {
   background-color: #BDEBDB;
 }
 .BgClassName
 {
   background-color: #BDEBDB;
 }
</style>

border-color css

<style>
 span { border-color: #BDEBDB; }

 span { border-color: rgb(189,235,219); }

 td.TdClassName
 {
   border-color: #BDEBDB;
 }
 .TagClassName
 {
   border-color: #BDEBDB;
 }
</style>