Html Css Color HEX #99A2CC Blue Bell

📋 copy color: '#99A2CC'

red 153 ◦ green 162 ◦ blue 204

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

Shades of Blue Bell #99A2CC

Tints of Blue Bell #99A2CC

RGB

 RED value IS 153 (60.16% from 255) = 29.48%

 GREEN value IS 162 (63.67% from 255) = 31.21%

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 29.48%
G = 31.21%
B = 39.31%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#99A2CC (or 0x99A2CC) is known color: Blue Bell. HEX triplet: 99, A2 and CC. RGB value is (153,162,204). Sum of RGB (Red+Green+Blue) = 153+162+204=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #99A2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2CC is #665D33. Grayscale: #A3A3A3. Windows color (decimal): -6708532 or 13410969. OLE color: 13410969.

HSL color Cylindrical-coordinate representation of color #99A2CC: hue angle of 229.41º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A2CC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 162 204 -
CMYK 0.25 0.21 0 0.2
HSL 229.41º 0.33% 0.7% -
HSV(B) 229.41º 0.25% 0.8% -
XYZ 36.96 36.97 62.32 -
YUV 164.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 153 162 204 0.25 0.21 0 0.2 229.41 0.33 0.7
Hex 99 A2 CC 19 15 0 14 E5 21 46
Octal 231 242 314 31 25 0 24 345 41 106
Binary 10011001 10100010 11001100 11001 10101 0 10100 11100101 100001 1000110

Color Harmonies of #99A2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2CC

Black with #99A2CC

Text Example


Text Example

White with #99A2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,204); }

 H1.HeaderClassName
 {
   color: #99A2CC;
 }
 .AnyTagClassName
 {
   color: #99A2CC;
 }
</style>

background-color css

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

 a { background-color: rgb(153,162,204); }

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

border-color css

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

 span { border-color: rgb(153,162,204); }

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