Html Css Color HEX #99A1CE Blue Bell

📋 copy color: '#99A1CE'

red 153 ◦ green 161 ◦ blue 206

#99A1CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #99A1CE

Tints of Blue Bell #99A1CE

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 value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#99A1CE (or 0x99A1CE) is known color: 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

RGB 153 161 206 -
CMYK 0.26 0.22 0 0.19
HSL 230.94º 0.35% 0.7% -
HSV(B) 230.94º 0.26% 0.81% -
XYZ 37.02 36.72 63.53 -
YUV 163.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 153 161 206 0.26 0.22 0 0.19 230.94 0.35 0.7
Hex 99 A1 CE 1A 16 0 13 E7 23 46
Octal 231 241 316 32 26 0 23 347 43 106
Binary 10011001 10100001 11001110 11010 10110 0 10011 11100111 100011 1000110

Color Harmonies of #99A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A1CE

Black with #99A1CE

Text Example


Text Example

White with #99A1CE

Text Example


Text Example

HTML Codes & Css Web 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>