Html Css Color HEX #99A1CA Blue Bell

📋 copy color: '#99A1CA'

red 153 ◦ green 161 ◦ blue 202

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

Shades of Blue Bell #99A1CA

Tints of Blue Bell #99A1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.2%

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 29.65%
G = 31.2%
B = 39.15%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#99A1CA (or 0x99A1CA) is known color: Blue Bell. HEX triplet: 99, A1 and CA. RGB value is (153,161,202). Sum of RGB (Red+Green+Blue) = 153+161+202=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #99A1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A1CA is #665E35. Grayscale: #A3A3A3. Windows color (decimal): -6708790 or 13279641. OLE color: 13279641.

HSL color Cylindrical-coordinate representation of color #99A1CA: hue angle of 230.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99A1CA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 161 202 -
CMYK 0.24 0.20 0 0.21
HSL 230.2º 0.32% 0.7% -
HSV(B) 230.2º 0.24% 0.79% -
XYZ 36.54 36.53 61 -
YUV 163.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 153 161 202 0.24 0.20 0 0.21 230.2 0.32 0.7
Hex 99 A1 CA 18 14 0 15 E6 20 46
Octal 231 241 312 30 24 0 25 346 40 106
Binary 10011001 10100001 11001010 11000 10100 0 10101 11100110 100000 1000110

Color Harmonies of #99A1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A1CA

Black with #99A1CA

Text Example


Text Example

White with #99A1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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