Html Css Color HEX #BCFEE7 Water Leaf

📋 copy color: '#BCFEE7'

red 188 ◦ green 254 ◦ blue 231

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

Shades of Water Leaf #BCFEE7

Tints of Water Leaf #BCFEE7

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.74%

 BLUE value IS 231 (90.63% from 255) = 34.32%

R = 27.93%
G = 37.74%
B = 34.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#BCFEE7 (or 0xBCFEE7) is known color: Water Leaf. HEX triplet: BC, FE and E7. RGB value is (188,254,231). Sum of RGB (Red+Green+Blue) = 188+254+231=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEE7 is #430118. Grayscale: #E7E7E7. Windows color (decimal): -4391193 or 15204028. OLE color: 15204028.

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

Color convert

RGB 188 254 231 -
CMYK 0.26 0 0.09 0.00
HSL 159.09º 0.97% 0.87% -
HSV(B) 159.09º 0.26% 1% -
XYZ 70.6 87.34 88.74 -
YUV 231.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 188 254 231 0.26 0 0.09 0.00 159.09 0.97 0.87
Hex BC FE E7 1A 0 9 0 9F 61 57
Octal 274 376 347 32 0 11 0 237 141 127
Binary 10111100 11111110 11100111 11010 0 1001 0 10011111 1100001 1010111

Color Harmonies of #BCFEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFEE7

Black with #BCFEE7

Text Example


Text Example

White with #BCFEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFEE7; }

 p { color: rgb(188,254,231); }

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

background-color css

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

 a { background-color: rgb(188,254,231); }

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

border-color css

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

 span { border-color: rgb(188,254,231); }

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