#99A1CE

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

Shades of Blue Bell #99A1CE

Tints of Blue Bell #99A1CE

Color information

#99A1CE (or 0x99A1CE) is unknown color: approx Blue Bell. HEX triplet: 99, A1 and CE. RGB value is (153,161,206). Sum of RGB (Red+Green+Blue) = 153+161+206=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #99A1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1CE is #665E31. Grayscale: #A3A3A3. Windows color (decimal): -6708786 or 13541785. OLE color: 13541785.

HSL color Cylindrical-coordinate representation of color #99A1CE: hue angle of 230.94º 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 #99A1CE is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB153161206-
CMYK0.260.2200.19
HSL230.94º35.1%70.39%-
HSV(B)230.94º25.73%80.78%-
XYZ37.0236.7263.53-
YUV163.74151.85120.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.42%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 206 (80.86% from 255) = 39.62%
R=29.42%
G=30.96%
B=39.62%

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
Decimal1531612060.260.2200.19230.9435.170.39
Hex99A1CE1A16013e72346
Octal231241316322602334743106
Binary1001100110100001110011101101010110010011111001111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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