#BCFDED

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

Shades of Water Leaf #BCFDED

Tints of Water Leaf #BCFDED

Color information

#BCFDED (or 0xBCFDED) is unknown color: approx Water Leaf. HEX triplet: BC, FD and ED. RGB value is (188,253,237). Sum of RGB (Red+Green+Blue) = 188+253+237=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDED is #430212. Grayscale: #E7E7E7. Windows color (decimal): -4391443 or 15596988. OLE color: 15596988.

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

Color convert

RGB188253237-
CMYK0.2600.060.01
HSL165.23º94.2%86.47%-
HSV(B)165.23º25.69%99.22%-
XYZ71.1587.0693.17-
YUV231.74130.9796.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 237 (92.97% from 255) = 34.96%
R=27.73%
G=37.32%
B=34.96%

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
Decimal1882532370.2600.060.01165.2394.286.47
HexBCFDED1A061a55e56
Octal27437535532061245136126
Binary10111100111111011110110111010011011010010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDED; }

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

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

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

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

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

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

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

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