#BCEBF6

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

Shades of Onahau #BCEBF6

Tints of Onahau #BCEBF6

Color information

#BCEBF6 (or 0xBCEBF6) is unknown color: approx Onahau. HEX triplet: BC, EB and F6. RGB value is (188,235,246). Sum of RGB (Red+Green+Blue) = 188+235+246=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCEBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBF6 is #431409. Grayscale: #DEDEDE. Windows color (decimal): -4396042 or 16182204. OLE color: 16182204.

HSL color Cylindrical-coordinate representation of color #BCEBF6: hue angle of 191.38º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEBF6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188235246-
CMYK0.240.0400.04
HSL191.38º76.32%85.1%-
HSV(B)191.38º23.58%96.47%-
XYZ67.0876.7698.47-
YUV222.2141.43103.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=28.10%
G=35.13%
B=36.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882352460.240.0400.04191.3876.3285.1
HexBCEBF618404bf4c55
Octal27435336630404277114125
Binary1011110011101011111101101100010001001011111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEBF6; }

 p { color: rgb(188,235,246); }

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

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

 a { background-color: rgb(188,235,246); }

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

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

 span { border-color: rgb(188,235,246); }

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