#BCE3FB

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

Shades of Onahau #BCE3FB

Tints of Onahau #BCE3FB

Color information

#BCE3FB (or 0xBCE3FB) is unknown color: approx Onahau. HEX triplet: BC, E3 and FB. RGB value is (188,227,251). Sum of RGB (Red+Green+Blue) = 188+227+251=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3FB is #431C04. Grayscale: #D9D9D9. Windows color (decimal): -4398085 or 16507836. OLE color: 16507836.

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

Color convert

RGB188227251-
CMYK0.250.1000.02
HSL202.86º88.73%86.08%-
HSV(B)202.86º25.1%98.43%-
XYZ65.6272.59101.82-
YUV218.08146.58106.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=28.23%
G=34.08%
B=37.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882272510.250.1000.02202.8688.7386.08
HexBCE3FB19A02cb5956
Octal274343373311202313131126
Binary1011110011100011111110111100110100101100101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE3FB; }

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

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

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

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

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

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

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

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