#BCE9FA

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

Shades of Onahau #BCE9FA

Tints of Onahau #BCE9FA

Color information

#BCE9FA (or 0xBCE9FA) is unknown color: approx Onahau. HEX triplet: BC, E9 and FA. RGB value is (188,233,250). Sum of RGB (Red+Green+Blue) = 188+233+250=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9FA is #431605. Grayscale: #DDDDDD. Windows color (decimal): -4396550 or 16443836. OLE color: 16443836.

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

Color convert

RGB188233250-
CMYK0.250.0700.02
HSL196.45º86.11%85.88%-
HSV(B)196.45º24.8%98.04%-
XYZ67.1375.87101.55-
YUV221.48144.09104.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=28.02%
G=34.72%
B=37.26%

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
Decimal1882332500.250.0700.02196.4586.1185.88
HexBCE9FA19702c45656
Octal27435137231702304126126
Binary101111001110100111111010110011110101100010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9FA; }

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

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

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

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

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

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

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

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