#BCECFF

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

Shades of Onahau #BCECFF

Tints of Onahau #BCECFF

Color information

#BCECFF (or 0xBCECFF) is unknown color: approx Onahau. HEX triplet: BC, EC and FF. RGB value is (188,236,255). Sum of RGB (Red+Green+Blue) = 188+236+255=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFF is #431300. Grayscale: #DFDFDF. Windows color (decimal): -4395777 or 16772284. OLE color: 16772284.

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

Color convert

RGB188236255-
CMYK0.260.0700
HSL197.01º100%86.86%-
HSV(B)197.01º26.27%100%-
XYZ68.7877.9106.02-
YUV223.81145.6102.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.69%
GREEN value IS 236 (92.58% from 255) = 34.76%
BLUE value IS 255 (100% from 255) = 37.56%
R=27.69%
G=34.76%
B=37.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882362550.260.0700197.0110086.86
HexBCECFF1A700c56457
Octal27435437732700305144127
Binary10111100111011001111111111010111001100010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECFF; }

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

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

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

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

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

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

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

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