#BCECFE

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

Shades of Onahau #BCECFE

Tints of Onahau #BCECFE

Color information

#BCECFE (or 0xBCECFE) is unknown color: approx Onahau. HEX triplet: BC, EC and FE. RGB value is (188,236,254). Sum of RGB (Red+Green+Blue) = 188+236+254=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFE is #431301. Grayscale: #DFDFDF. Windows color (decimal): -4395778 or 16706748. OLE color: 16706748.

HSL color Cylindrical-coordinate representation of color #BCECFE: hue angle of 196.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCECFE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188236254-
CMYK0.260.0700.00
HSL196.36º97.06%86.67%-
HSV(B)196.36º25.98%99.61%-
XYZ68.6277.84105.17-
YUV223.7145.1102.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=27.73%
G=34.81%
B=37.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882362540.260.0700.00196.3697.0686.67
HexBCECFE1A700c46157
Octal27435437632700304141127
Binary10111100111011001111111011010111001100010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECFE; }

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

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

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

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

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

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

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

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