Html Css Color HEX #BDF0DF Water Leaf

📋 copy color: '#BDF0DF'

red 189 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #BDF0DF

Tints of Water Leaf #BDF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.81%

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

R = 28.99%
G = 36.81%
B = 34.2%

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

#BDF0DF (or 0xBDF0DF) is known color: Water Leaf. HEX triplet: BD, F0 and DF. RGB value is (189,240,223). Sum of RGB (Red+Green+Blue) = 189+240+223=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0DF is #420F20. Grayscale: #DEDEDE. Windows color (decimal): -4329249 or 14676157. OLE color: 14676157.

HSL color Cylindrical-coordinate representation of color #BDF0DF: hue angle of 160º degrees, saturation: 0.63, 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 #BDF0DF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 223 -
CMYK 0.21 0 0.07 0.06
HSL 160º 0.63% 0.84% -
HSV(B) 160º 0.21% 0.94% -
XYZ 65.47 78.47 81.51 -
YUV 222.81 128.1 103.88 -
System Red Green Blue C M Y K H S L
Decimal 189 240 223 0.21 0 0.07 0.06 160 0.63 0.84
Hex BD F0 DF 15 0 7 6 A0 3F 54
Octal 275 360 337 25 0 7 6 240 77 124
Binary 10111101 11110000 11011111 10101 0 111 110 10100000 111111 1010100

Color Harmonies of #BDF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0DF

Black with #BDF0DF

Text Example


Text Example

White with #BDF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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