#BCE0F6

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

Shades of Onahau #BCE0F6

Tints of Onahau #BCE0F6

Color information

#BCE0F6 (or 0xBCE0F6) is unknown color: approx Onahau. HEX triplet: BC, E0 and F6. RGB value is (188,224,246). Sum of RGB (Red+Green+Blue) = 188+224+246=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0F6 is #431F09. Grayscale: #D7D7D7. Windows color (decimal): -4398858 or 16179388. OLE color: 16179388.

HSL color Cylindrical-coordinate representation of color #BCE0F6: hue angle of 202.76º 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 #BCE0F6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188224246-
CMYK0.240.0900.04
HSL202.76º76.32%85.1%-
HSV(B)202.76º23.58%96.47%-
XYZ64.0370.6697.45-
YUV215.74145.07108.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 224 (87.89% from 255) = 34.04%
BLUE value IS 246 (96.48% from 255) = 37.39%
R=28.57%
G=34.04%
B=37.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882242460.240.0900.04202.7676.3285.1
HexBCE0F618904cb4c55
Octal274340366301104313114125
Binary10111100111000001111011011000100101001100101110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE0F6; }

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

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

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

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

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

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

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

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