#BCE1EC

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

Shades of Onahau #BCE1EC

Tints of Onahau #BCE1EC

Color information

#BCE1EC (or 0xBCE1EC) is unknown color: approx Onahau. HEX triplet: BC, E1 and EC. RGB value is (188,225,236). Sum of RGB (Red+Green+Blue) = 188+225+236=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 225 (88.28% from 255 or 34.67% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1EC is #431E13. Grayscale: #D7D7D7. Windows color (decimal): -4398612 or 15524284. OLE color: 15524284.

HSL color Cylindrical-coordinate representation of color #BCE1EC: hue angle of 193.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE1EC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188225236-
CMYK0.200.0500.07
HSL193.75º55.81%83.14%-
HSV(B)193.75º20.34%92.55%-
XYZ62.870.689.67-
YUV215.19139.74108.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 225 (88.28% from 255) = 34.67%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=28.97%
G=34.67%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882252360.200.0500.07193.7555.8183.14
HexBCE1EC14507c23853
Octal2743413542450730270123
Binary101111001110000111101100101001010111110000101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE1EC; }

 p { color: rgb(188,225,236); }

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

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

 a { background-color: rgb(188,225,236); }

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

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

 span { border-color: rgb(188,225,236); }

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