#BCE9FC

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

Shades of Onahau #BCE9FC

Tints of Onahau #BCE9FC

Color information

#BCE9FC (or 0xBCE9FC) is unknown color: approx Onahau. HEX triplet: BC, E9 and FC. RGB value is (188,233,252). Sum of RGB (Red+Green+Blue) = 188+233+252=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9FC is #431603. Grayscale: #DDDDDD. Windows color (decimal): -4396548 or 16574908. OLE color: 16574908.

HSL color Cylindrical-coordinate representation of color #BCE9FC: hue angle of 197.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE9FC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB188233252-
CMYK0.250.0800.01
HSL197.81º91.43%86.27%-
HSV(B)197.81º25.4%98.82%-
XYZ67.4576103.21-
YUV221.71145.09103.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.93%
GREEN value IS 233 (91.41% from 255) = 34.62%
BLUE value IS 252 (98.83% from 255) = 37.44%
R=27.93%
G=34.62%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882332520.250.0800.01197.8191.4386.27
HexBCE9FC19801c65b56
Octal274351374311001306133126
Binary101111001110100111111100110011000011100011010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9FC; }

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

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

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

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

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

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

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

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