#BCFFEE

Color #BCFFEE Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BCFFEE

Tints of Water Leaf #BCFFEE

Color information

#BCFFEE (or 0xBCFFEE) is unknown color: approx Water Leaf. HEX triplet: BC, FF and EE. RGB value is (188,255,238). Sum of RGB (Red+Green+Blue) = 188+255+238=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEE is #430011. Grayscale: #E9E9E9. Windows color (decimal): -4390930 or 15663036. OLE color: 15663036.

HSL color Cylindrical-coordinate representation of color #BCFFEE: hue angle of 164.78º 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 #BCFFEE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB188255238-
CMYK0.2600.070
HSL164.78º100%86.86%-
HSV(B)164.78º26.27%100%-
XYZ71.9388.3894.16-
YUV233.03130.895.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.61%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=27.61%
G=37.44%
B=34.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552380.2600.070164.7810086.86
HexBCFFEE1A070a56457
Octal27437735632070245144127
Binary10111100111111111110111011010011101010010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFEE; }

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

 H1.HeaderClassName
 {
   color: #BCFFEE;
 }
 .AnyTagClassName
 {
   color: #BCFFEE;
 }
</style>
background-color css

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

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

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

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

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

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