#99A0CE

Color #99A0CE Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #99A0CE

Tints of Blue Bell #99A0CE

Color information

#99A0CE (or 0x99A0CE) is unknown color: approx Blue Bell. HEX triplet: 99, A0 and CE. RGB value is (153,160,206). Sum of RGB (Red+Green+Blue) = 153+160+206=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A0CE is #665F31. Grayscale: #A2A2A2. Windows color (decimal): -6709042 or 13541529. OLE color: 13541529.

HSL color Cylindrical-coordinate representation of color #99A0CE: hue angle of 232.08º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99A0CE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153160206-
CMYK0.260.2200.19
HSL232.08º35.1%70.39%-
HSV(B)232.08º25.73%80.78%-
XYZ36.8536.3763.47-
YUV163.15152.18120.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=29.48%
G=30.83%
B=39.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1531602060.260.2200.19232.0835.170.39
Hex99A0CE1A16013e82346
Octal231240316322602335043106
Binary1001100110100000110011101101010110010011111010001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A0CE; }

 p { color: rgb(153,160,206); }

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

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

 a { background-color: rgb(153,160,206); }

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

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

 span { border-color: rgb(153,160,206); }

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