Html Css Color HEX #BCFDE5 Water Leaf

📋 copy color: '#BCFDE5'

red 188 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #BCFDE5

Tints of Water Leaf #BCFDE5

RGB

 RED value IS 188 (73.83% from 255) = 28.06%

 GREEN value IS 253 (99.22% from 255) = 37.76%

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

R = 28.06%
G = 37.76%
B = 34.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BCFDE5 (or 0xBCFDE5) is known color: Water Leaf. HEX triplet: BC, FD and E5. RGB value is (188,253,229). Sum of RGB (Red+Green+Blue) = 188+253+229=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE5 is #43021A. Grayscale: #E6E6E6. Windows color (decimal): -4391451 or 15072700. OLE color: 15072700.

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

Color convert

RGB 188 253 229 -
CMYK 0.26 0 0.09 0.01
HSL 157.85º 0.94% 0.86% -
HSV(B) 157.85º 0.26% 0.99% -
XYZ 70.01 86.6 87.15 -
YUV 230.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 188 253 229 0.26 0 0.09 0.01 157.85 0.94 0.86
Hex BC FD E5 1A 0 9 1 9E 5E 56
Octal 274 375 345 32 0 11 1 236 136 126
Binary 10111100 11111101 11100101 11010 0 1001 1 10011110 1011110 1010110

Color Harmonies of #BCFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDE5

Black with #BCFDE5

Text Example


Text Example

White with #BCFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDE5; }

 p { color: rgb(188,253,229); }

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

background-color css

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

 a { background-color: rgb(188,253,229); }

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

border-color css

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

 span { border-color: rgb(188,253,229); }

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