Html Css Color HEX #BDFBE9 Water Leaf

📋 copy color: '#BDFBE9'

red 189 ◦ green 251 ◦ blue 233

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

Shades of Water Leaf #BDFBE9

Tints of Water Leaf #BDFBE9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.3%

 BLUE value IS 233 (91.41% from 255) = 34.62%

R = 28.08%
G = 37.3%
B = 34.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BDFBE9 (or 0xBDFBE9) is known color: Water Leaf. HEX triplet: BD, FB and E9. RGB value is (189,251,233). Sum of RGB (Red+Green+Blue) = 189+251+233=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBE9 is #420416. Grayscale: #E6E6E6. Windows color (decimal): -4326423 or 15334333. OLE color: 15334333.

HSL color Cylindrical-coordinate representation of color #BDFBE9: hue angle of 162.58º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBE9 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 233 -
CMYK 0.25 0 0.07 0.02
HSL 162.58º 0.89% 0.86% -
HSV(B) 162.58º 0.25% 0.98% -
XYZ 70.19 85.7 89.93 -
YUV 230.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 189 251 233 0.25 0 0.07 0.02 162.58 0.89 0.86
Hex BD FB E9 19 0 7 2 A3 59 56
Octal 275 373 351 31 0 7 2 243 131 126
Binary 10111101 11111011 11101001 11001 0 111 10 10100011 1011001 1010110

Color Harmonies of #BDFBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBE9

Black with #BDFBE9

Text Example


Text Example

White with #BDFBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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