Html Css Color HEX #BDFBE5 Water Leaf

📋 copy color: '#BDFBE5'

red 189 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #BDFBE5

Tints of Water Leaf #BDFBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 28.25%
G = 37.52%
B = 34.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#BDFBE5 (or 0xBDFBE5) is known color: Water Leaf. HEX triplet: BD, FB and E5. RGB value is (189,251,229). Sum of RGB (Red+Green+Blue) = 189+251+229=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBE5 is #42041A. Grayscale: #E5E5E5. Windows color (decimal): -4326427 or 15072189. OLE color: 15072189.

HSL color Cylindrical-coordinate representation of color #BDFBE5: hue angle of 158.71º 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 #BDFBE5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 229 -
CMYK 0.25 0 0.09 0.02
HSL 158.71º 0.89% 0.86% -
HSV(B) 158.71º 0.25% 0.98% -
XYZ 69.63 85.47 86.96 -
YUV 229.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 189 251 229 0.25 0 0.09 0.02 158.71 0.89 0.86
Hex BD FB E5 19 0 9 2 9F 59 56
Octal 275 373 345 31 0 11 2 237 131 126
Binary 10111101 11111011 11100101 11001 0 1001 10 10011111 1011001 1010110

Color Harmonies of #BDFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBE5

Black with #BDFBE5

Text Example


Text Example

White with #BDFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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