Html Css Color HEX #BDFBE8 Water Leaf

📋 copy color: '#BDFBE8'

red 189 ◦ green 251 ◦ blue 232

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

Shades of Water Leaf #BDFBE8

Tints of Water Leaf #BDFBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.52%

R = 28.13%
G = 37.35%
B = 34.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#BDFBE8 (or 0xBDFBE8) is known color: Water Leaf. HEX triplet: BD, FB and E8. RGB value is (189,251,232). Sum of RGB (Red+Green+Blue) = 189+251+232=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBE8 is #420417. Grayscale: #E6E6E6. Windows color (decimal): -4326424 or 15268797. OLE color: 15268797.

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

Color convert

RGB 189 251 232 -
CMYK 0.25 0 0.08 0.02
HSL 161.61º 0.89% 0.86% -
HSV(B) 161.61º 0.25% 0.98% -
XYZ 70.05 85.64 89.18 -
YUV 230.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 189 251 232 0.25 0 0.08 0.02 161.61 0.89 0.86
Hex BD FB E8 19 0 8 2 A2 59 56
Octal 275 373 350 31 0 10 2 242 131 126
Binary 10111101 11111011 11101000 11001 0 1000 10 10100010 1011001 1010110

Color Harmonies of #BDFBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBE8

Black with #BDFBE8

Text Example


Text Example

White with #BDFBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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