#BCE9FB

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

Shades of Onahau #BCE9FB

Tints of Onahau #BCE9FB

Color information

#BCE9FB (or 0xBCE9FB) is unknown color: approx Onahau. HEX triplet: BC, E9 and FB. RGB value is (188,233,251). Sum of RGB (Red+Green+Blue) = 188+233+251=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 251 (98.44% from 255 or 37.35% from 672); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9FB is #431604. Grayscale: #DDDDDD. Windows color (decimal): -4396549 or 16509372. OLE color: 16509372.

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

Color convert

RGB188233251-
CMYK0.250.0700.02
HSL197.14º88.73%86.08%-
HSV(B)197.14º25.1%98.43%-
XYZ67.2975.93102.38-
YUV221.6144.59104.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 251 (98.44% from 255) = 37.35%
R=27.98%
G=34.67%
B=37.35%

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
Decimal1882332510.250.0700.02197.1488.7386.08
HexBCE9FB19702c55956
Octal27435137331702305131126
Binary101111001110100111111011110011110101100010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE9FB; }

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

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

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

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

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

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

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

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