#BCE7FC

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

Shades of Onahau #BCE7FC

Tints of Onahau #BCE7FC

Color information

#BCE7FC (or 0xBCE7FC) is unknown color: approx Onahau. HEX triplet: BC, E7 and FC. RGB value is (188,231,252). Sum of RGB (Red+Green+Blue) = 188+231+252=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7FC is #431803. Grayscale: #DCDCDC. Windows color (decimal): -4397060 or 16574396. OLE color: 16574396.

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

Color convert

RGB188231252-
CMYK0.250.0800.01
HSL199.69º91.43%86.27%-
HSV(B)199.69º25.4%98.82%-
XYZ66.8974.87103.02-
YUV220.54145.75104.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=28.02%
G=34.43%
B=37.56%

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
Decimal1882312520.250.0800.01199.6991.4386.27
HexBCE7FC19801c85b56
Octal274347374311001310133126
Binary101111001110011111111100110011000011100100010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7FC; }

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

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

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

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

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

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

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

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