#BCEFE7

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

Shades of Water Leaf #BCEFE7

Tints of Water Leaf #BCEFE7

Color information

#BCEFE7 (or 0xBCEFE7) is unknown color: approx Water Leaf. HEX triplet: BC, EF and E7. RGB value is (188,239,231). Sum of RGB (Red+Green+Blue) = 188+239+231=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFE7 is #431018. Grayscale: #DEDEDE. Windows color (decimal): -4395033 or 15200188. OLE color: 15200188.

HSL color Cylindrical-coordinate representation of color #BCEFE7: hue angle of 170.59º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFE7 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB188239231-
CMYK0.2100.030.06
HSL170.59º61.45%83.73%-
HSV(B)170.59º21.34%93.73%-
XYZ66.0378.1987.21-
YUV222.84132.6103.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 231 (90.62% from 255) = 35.11%
R=28.57%
G=36.32%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882392310.2100.030.06170.5961.4583.73
HexBCEFE715036ab3d54
Octal2743573472503625375124
Binary10111100111011111110011110101011110101010111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFE7; }

 p { color: rgb(188,239,231); }

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

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

 a { background-color: rgb(188,239,231); }

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

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

 span { border-color: rgb(188,239,231); }

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