#BCF6EB

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

Shades of Water Leaf #BCF6EB

Tints of Water Leaf #BCF6EB

Color information

#BCF6EB (or 0xBCF6EB) is unknown color: approx Water Leaf. HEX triplet: BC, F6 and EB. RGB value is (188,246,235). Sum of RGB (Red+Green+Blue) = 188+246+235=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6EB is #430914. Grayscale: #E3E3E3. Windows color (decimal): -4393237 or 15464124. OLE color: 15464124.

HSL color Cylindrical-coordinate representation of color #BCF6EB: hue angle of 168.62º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF6EB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB188246235-
CMYK0.2400.040.04
HSL168.62º76.32%85.1%-
HSV(B)168.62º23.58%96.47%-
XYZ68.6982.690.92-
YUV227.4132.2899.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=28.10%
G=36.77%
B=35.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882462350.2400.040.04168.6276.3285.1
HexBCF6EB18044a94c55
Octal27436635330044251114125
Binary1011110011110110111010111100001001001010100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF6EB; }

 p { color: rgb(188,246,235); }

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

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

 a { background-color: rgb(188,246,235); }

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

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

 span { border-color: rgb(188,246,235); }

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