Html Css Color HEX #BDEFDE Water Leaf

📋 copy color: '#BDEFDE'

red 189 ◦ green 239 ◦ blue 222

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

Shades of Water Leaf #BDEFDE

Tints of Water Leaf #BDEFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

 BLUE value IS 222 (87.11% from 255) = 34.15%

R = 29.08%
G = 36.77%
B = 34.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BDEFDE (or 0xBDEFDE) is known color: Water Leaf. HEX triplet: BD, EF and DE. RGB value is (189,239,222). Sum of RGB (Red+Green+Blue) = 189+239+222=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 222 (87.11% from 255 or 34.15% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFDE is #421021. Grayscale: #DEDEDE. Windows color (decimal): -4329506 or 14610365. OLE color: 14610365.

HSL color Cylindrical-coordinate representation of color #BDEFDE: hue angle of 159.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFDE is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 222 -
CMYK 0.21 0 0.07 0.06
HSL 159.6º 0.61% 0.84% -
HSV(B) 159.6º 0.21% 0.94% -
XYZ 65.04 77.83 80.7 -
YUV 222.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 189 239 222 0.21 0 0.07 0.06 159.6 0.61 0.84
Hex BD EF DE 15 0 7 6 A0 3D 54
Octal 275 357 336 25 0 7 6 240 75 124
Binary 10111101 11101111 11011110 10101 0 111 110 10100000 111101 1010100

Color Harmonies of #BDEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFDE

Black with #BDEFDE

Text Example


Text Example

White with #BDEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFDE; }

 p { color: rgb(189,239,222); }

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

background-color css

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

 a { background-color: rgb(189,239,222); }

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

border-color css

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

 span { border-color: rgb(189,239,222); }

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