#BCE6FC

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

Shades of Onahau #BCE6FC

Tints of Onahau #BCE6FC

Color information

#BCE6FC (or 0xBCE6FC) is unknown color: approx Onahau. HEX triplet: BC, E6 and FC. RGB value is (188,230,252). Sum of RGB (Red+Green+Blue) = 188+230+252=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6FC is #431903. Grayscale: #DBDBDB. Windows color (decimal): -4397316 or 16574140. OLE color: 16574140.

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

Color convert

RGB188230252-
CMYK0.250.0900.01
HSL200.62º91.43%86.27%-
HSV(B)200.62º25.4%98.82%-
XYZ66.6174.31102.93-
YUV219.95146.09105.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.06%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=28.06%
G=34.33%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882302520.250.0900.01200.6291.4386.27
HexBCE6FC19901c95b56
Octal274346374311101311133126
Binary101111001110011011111100110011001011100100110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE6FC; }

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

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

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

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

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

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

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

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