Html Css Color HEX #BDE9DF Water Leaf

📋 copy color: '#BDE9DF'

red 189 ◦ green 233 ◦ blue 223

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

Shades of Water Leaf #BDE9DF

Tints of Water Leaf #BDE9DF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.12%

 BLUE value IS 223 (87.5% from 255) = 34.57%

R = 29.3%
G = 36.12%
B = 34.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#BDE9DF (or 0xBDE9DF) is known color: Water Leaf. HEX triplet: BD, E9 and DF. RGB value is (189,233,223). Sum of RGB (Red+Green+Blue) = 189+233+223=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9DF is #421620. Grayscale: #DADADA. Windows color (decimal): -4331041 or 14674365. OLE color: 14674365.

HSL color Cylindrical-coordinate representation of color #BDE9DF: hue angle of 166.36º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9DF is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 223 -
CMYK 0.19 0 0.04 0.09
HSL 166.36º 0.5% 0.83% -
HSV(B) 166.36º 0.19% 0.91% -
XYZ 63.44 74.42 80.83 -
YUV 218.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 189 233 223 0.19 0 0.04 0.09 166.36 0.5 0.83
Hex BD E9 DF 13 0 4 9 A6 32 53
Octal 275 351 337 23 0 4 11 246 62 123
Binary 10111101 11101001 11011111 10011 0 100 1001 10100110 110010 1010011

Color Harmonies of #BDE9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE9DF

Black with #BDE9DF

Text Example


Text Example

White with #BDE9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE9DF; }

 p { color: rgb(189,233,223); }

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

background-color css

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

 a { background-color: rgb(189,233,223); }

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

border-color css

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

 span { border-color: rgb(189,233,223); }

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