#BCFDEE

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

Shades of Water Leaf #BCFDEE

Tints of Water Leaf #BCFDEE

Color information

#BCFDEE (or 0xBCFDEE) is unknown color: approx Water Leaf. HEX triplet: BC, FD and EE. RGB value is (188,253,238). Sum of RGB (Red+Green+Blue) = 188+253+238=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDEE is #430211. Grayscale: #E7E7E7. Windows color (decimal): -4391442 or 15662524. OLE color: 15662524.

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

Color convert

RGB188253238-
CMYK0.2600.060.01
HSL166.15º94.2%86.47%-
HSV(B)166.15º25.69%99.22%-
XYZ71.387.1193.95-
YUV231.86131.4796.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.69%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 238 (93.36% from 255) = 35.05%
R=27.69%
G=37.26%
B=35.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532380.2600.060.01166.1594.286.47
HexBCFDEE1A061a65e56
Octal27437535632061246136126
Binary10111100111111011110111011010011011010011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDEE; }

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

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

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

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

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

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

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

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