#BCECF0

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

Shades of Onahau #BCECF0

Tints of Onahau #BCECF0

Color information

#BCECF0 (or 0xBCECF0) is unknown color: approx Onahau. HEX triplet: BC, EC and F0. RGB value is (188,236,240). Sum of RGB (Red+Green+Blue) = 188+236+240=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCECF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF0 is #43130F. Grayscale: #DEDEDE. Windows color (decimal): -4395792 or 15789244. OLE color: 15789244.

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

Color convert

RGB188236240-
CMYK0.220.0200.06
HSL184.62º63.41%83.92%-
HSV(B)184.62º21.67%94.12%-
XYZ66.4676.9793.79-
YUV222.1138.1103.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.31%
GREEN value IS 236 (92.58% from 255) = 35.54%
BLUE value IS 240 (94.14% from 255) = 36.14%
R=28.31%
G=35.54%
B=36.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882362400.220.0200.06184.6263.4183.92
HexBCECF016206b93f54
Octal2743543602620627177124
Binary10111100111011001111000010110100110101110011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECF0; }

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

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

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

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

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

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

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

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