#BCE4FB

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

Shades of Onahau #BCE4FB

Tints of Onahau #BCE4FB

Color information

#BCE4FB (or 0xBCE4FB) is unknown color: approx Onahau. HEX triplet: BC, E4 and FB. RGB value is (188,228,251). Sum of RGB (Red+Green+Blue) = 188+228+251=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4FB is #431B04. Grayscale: #DADADA. Windows color (decimal): -4397829 or 16508092. OLE color: 16508092.

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

Color convert

RGB188228251-
CMYK0.250.0900.02
HSL201.9º88.73%86.08%-
HSV(B)201.9º25.1%98.43%-
XYZ65.973.14101.91-
YUV218.66146.25106.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.19%
GREEN value IS 228 (89.45% from 255) = 34.18%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=28.19%
G=34.18%
B=37.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882282510.250.0900.02201.988.7386.08
HexBCE4FB19902ca5956
Octal274344373311102312131126
Binary1011110011100100111110111100110010101100101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4FB; }

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

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

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

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

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

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

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

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