#BCECFB

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

Shades of Onahau #BCECFB

Tints of Onahau #BCECFB

Color information

#BCECFB (or 0xBCECFB) is unknown color: approx Onahau. HEX triplet: BC, EC and FB. RGB value is (188,236,251). Sum of RGB (Red+Green+Blue) = 188+236+251=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFB is #431304. Grayscale: #DFDFDF. Windows color (decimal): -4395781 or 16510140. OLE color: 16510140.

HSL color Cylindrical-coordinate representation of color #BCECFB: hue angle of 194.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCECFB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188236251-
CMYK0.250.0600.02
HSL194.29º88.73%86.08%-
HSV(B)194.29º25.1%98.43%-
XYZ68.1577.65102.66-
YUV223.36143.6102.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 251 (98.44% from 255) = 37.19%
R=27.85%
G=34.96%
B=37.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882362510.250.0600.02194.2988.7386.08
HexBCECFB19602c25956
Octal27435437331602302131126
Binary101111001110110011111011110011100101100001010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECFB; }

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

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

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

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

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

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

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

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