#BCF9ED

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

Shades of Water Leaf #BCF9ED

Tints of Water Leaf #BCF9ED

Color information

#BCF9ED (or 0xBCF9ED) is unknown color: approx Water Leaf. HEX triplet: BC, F9 and ED. RGB value is (188,249,237). Sum of RGB (Red+Green+Blue) = 188+249+237=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 249 (97.66% from 255 or 36.94% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9ED is #430612. Grayscale: #E5E5E5. Windows color (decimal): -4392467 or 15595964. OLE color: 15595964.

HSL color Cylindrical-coordinate representation of color #BCF9ED: hue angle of 168.2º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9ED is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB188249237-
CMYK0.2400.050.02
HSL168.2º83.56%85.69%-
HSV(B)168.2º24.5%97.65%-
XYZ69.984.5692.76-
YUV229.39132.2998.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.89%
GREEN value IS 249 (97.66% from 255) = 36.94%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=27.89%
G=36.94%
B=35.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492370.2400.050.02168.283.5685.69
HexBCF9ED18052a85456
Octal27437135530052250124126
Binary101111001111100111101101110000101101010100010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9ED; }

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

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

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

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

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

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

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

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