Html Css Color HEX #BCFFE5 Water Leaf

📋 copy color: '#BCFFE5'

red 188 ◦ green 255 ◦ blue 229

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

Shades of Water Leaf #BCFFE5

Tints of Water Leaf #BCFFE5

RGB

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

 GREEN value IS 255 (100% from 255) = 37.95%

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

R = 27.98%
G = 37.95%
B = 34.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#BCFFE5 (or 0xBCFFE5) is known color: Water Leaf. HEX triplet: BC, FF and E5. RGB value is (188,255,229). Sum of RGB (Red+Green+Blue) = 188+255+229=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFE5 is #43001A. Grayscale: #E8E8E8. Windows color (decimal): -4390939 or 15073212. OLE color: 15073212.

HSL color Cylindrical-coordinate representation of color #BCFFE5: hue angle of 156.72º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFE5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 188 255 229 -
CMYK 0.26 0 0.10 0
HSL 156.72º 1% 0.87% -
HSV(B) 156.72º 0.26% 1% -
XYZ 70.64 87.87 87.37 -
YUV 232 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 188 255 229 0.26 0 0.10 0 156.72 1 0.87
Hex BC FF E5 1A 0 A 0 9D 64 57
Octal 274 377 345 32 0 12 0 235 144 127
Binary 10111100 11111111 11100101 11010 0 1010 0 10011101 1100100 1010111

Color Harmonies of #BCFFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFE5

Black with #BCFFE5

Text Example


Text Example

White with #BCFFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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