Html Css Color HEX #99A2D1 Blue Bell

📋 copy color: '#99A2D1'

red 153 ◦ green 162 ◦ blue 209

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

Shades of Blue Bell #99A2D1

Tints of Blue Bell #99A2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 29.2%
G = 30.92%
B = 39.89%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#99A2D1 (or 0x99A2D1) is known color: Blue Bell. HEX triplet: 99, A2 and D1. RGB value is (153,162,209). Sum of RGB (Red+Green+Blue) = 153+162+209=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #99A2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D1 is #665D2E. Grayscale: #A4A4A4. Windows color (decimal): -6708527 or 13738649. OLE color: 13738649.

HSL color Cylindrical-coordinate representation of color #99A2D1: hue angle of 230.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A2D1 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 162 209 -
CMYK 0.27 0.22 0 0.18
HSL 230.36º 0.38% 0.71% -
HSV(B) 230.36º 0.27% 0.82% -
XYZ 37.57 37.22 65.53 -
YUV 164.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 153 162 209 0.27 0.22 0 0.18 230.36 0.38 0.71
Hex 99 A2 D1 1B 16 0 12 E6 26 47
Octal 231 242 321 33 26 0 22 346 46 107
Binary 10011001 10100010 11010001 11011 10110 0 10010 11100110 100110 1000111

Color Harmonies of #99A2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2D1

Black with #99A2D1

Text Example


Text Example

White with #99A2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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