#BCE8FA

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

Shades of Onahau #BCE8FA

Tints of Onahau #BCE8FA

Color information

#BCE8FA (or 0xBCE8FA) is unknown color: approx Onahau. HEX triplet: BC, E8 and FA. RGB value is (188,232,250). Sum of RGB (Red+Green+Blue) = 188+232+250=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8FA is #431705. Grayscale: #DCDCDC. Windows color (decimal): -4396806 or 16443580. OLE color: 16443580.

HSL color Cylindrical-coordinate representation of color #BCE8FA: hue angle of 197.42º degrees, saturation: 0.86, 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 #BCE8FA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188232250-
CMYK0.250.0700.02
HSL197.42º86.11%85.88%-
HSV(B)197.42º24.8%98.04%-
XYZ66.8575.31101.45-
YUV220.9144.42104.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.06%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=28.06%
G=34.63%
B=37.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882322500.250.0700.02197.4286.1185.88
HexBCE8FA19702c55656
Octal27435037231702305126126
Binary101111001110100011111010110011110101100010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8FA; }

 p { color: rgb(188,232,250); }

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

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

 a { background-color: rgb(188,232,250); }

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

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

 span { border-color: rgb(188,232,250); }

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