Html Css Color HEX #BDFCE5 Water Leaf

📋 copy color: '#BDFCE5'

red 189 ◦ green 252 ◦ blue 229

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

Shades of Water Leaf #BDFCE5

Tints of Water Leaf #BDFCE5

RGB

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

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

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

R = 28.21%
G = 37.61%
B = 34.18%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BDFCE5 (or 0xBDFCE5) is known color: Water Leaf. HEX triplet: BD, FC and E5. RGB value is (189,252,229). Sum of RGB (Red+Green+Blue) = 189+252+229=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCE5 is #42031A. Grayscale: #E6E6E6. Windows color (decimal): -4326171 or 15072445. OLE color: 15072445.

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

Color convert

RGB 189 252 229 -
CMYK 0.25 0 0.09 0.01
HSL 158.1º 0.91% 0.86% -
HSV(B) 158.1º 0.25% 0.99% -
XYZ 69.94 86.1 87.06 -
YUV 230.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 189 252 229 0.25 0 0.09 0.01 158.1 0.91 0.86
Hex BD FC E5 19 0 9 1 9E 5B 56
Octal 275 374 345 31 0 11 1 236 133 126
Binary 10111101 11111100 11100101 11001 0 1001 1 10011110 1011011 1010110

Color Harmonies of #BDFCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCE5

Black with #BDFCE5

Text Example


Text Example

White with #BDFCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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