Html Css Color HEX #BDF0E7 Water Leaf

📋 copy color: '#BDF0E7'

red 189 ◦ green 240 ◦ blue 231

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

Shades of Water Leaf #BDF0E7

Tints of Water Leaf #BDF0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35%

R = 28.64%
G = 36.36%
B = 35%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#BDF0E7 (or 0xBDF0E7) is known color: Water Leaf. HEX triplet: BD, F0 and E7. RGB value is (189,240,231). Sum of RGB (Red+Green+Blue) = 189+240+231=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0E7 is #420F18. Grayscale: #DFDFDF. Windows color (decimal): -4329241 or 15200445. OLE color: 15200445.

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

Color convert

RGB 189 240 231 -
CMYK 0.21 0 0.04 0.06
HSL 169.41º 0.63% 0.84% -
HSV(B) 169.41º 0.21% 0.94% -
XYZ 66.57 78.91 87.32 -
YUV 223.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 189 240 231 0.21 0 0.04 0.06 169.41 0.63 0.84
Hex BD F0 E7 15 0 4 6 A9 3F 54
Octal 275 360 347 25 0 4 6 251 77 124
Binary 10111101 11110000 11100111 10101 0 100 110 10101001 111111 1010100

Color Harmonies of #BDF0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0E7

Black with #BDF0E7

Text Example


Text Example

White with #BDF0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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