Html Css Color HEX #BDFCE4 Water Leaf

📋 copy color: '#BDFCE4'

red 189 ◦ green 252 ◦ blue 228

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

Shades of Water Leaf #BDFCE4

Tints of Water Leaf #BDFCE4

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.67%

 BLUE value IS 228 (89.45% from 255) = 34.08%

R = 28.25%
G = 37.67%
B = 34.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BDFCE4 (or 0xBDFCE4) is known color: Water Leaf. HEX triplet: BD, FC and E4. RGB value is (189,252,228). Sum of RGB (Red+Green+Blue) = 189+252+228=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCE4 is #42031B. Grayscale: #E6E6E6. Windows color (decimal): -4326172 or 15006909. OLE color: 15006909.

HSL color Cylindrical-coordinate representation of color #BDFCE4: hue angle of 157.14º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCE4 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 228 -
CMYK 0.25 0 0.10 0.01
HSL 157.14º 0.91% 0.86% -
HSV(B) 157.14º 0.25% 0.99% -
XYZ 69.8 86.04 86.33 -
YUV 230.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 189 252 228 0.25 0 0.10 0.01 157.14 0.91 0.86
Hex BD FC E4 19 0 A 1 9D 5B 56
Octal 275 374 344 31 0 12 1 235 133 126
Binary 10111101 11111100 11100100 11001 0 1010 1 10011101 1011011 1010110

Color Harmonies of #BDFCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCE4

Black with #BDFCE4

Text Example


Text Example

White with #BDFCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCE4; }

 p { color: rgb(189,252,228); }

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

background-color css

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

 a { background-color: rgb(189,252,228); }

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

border-color css

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

 span { border-color: rgb(189,252,228); }

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