Html Css Color HEX #99A2D3 Blue Bell

📋 copy color: '#99A2D3'

red 153 ◦ green 162 ◦ blue 211

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

Shades of Blue Bell #99A2D3

Tints of Blue Bell #99A2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 29.09%
G = 30.8%
B = 40.11%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#99A2D3 (or 0x99A2D3) is known color: Blue Bell. HEX triplet: 99, A2 and D3. RGB value is (153,162,211). Sum of RGB (Red+Green+Blue) = 153+162+211=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #99A2D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A2D3 is #665D2C. Grayscale: #A4A4A4. Windows color (decimal): -6708525 or 13869721. OLE color: 13869721.

HSL color Cylindrical-coordinate representation of color #99A2D3: hue angle of 230.69º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A2D3 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 162 211 -
CMYK 0.27 0.23 0 0.17
HSL 230.69º 0.4% 0.71% -
HSV(B) 230.69º 0.27% 0.83% -
XYZ 37.82 37.32 66.84 -
YUV 164.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 153 162 211 0.27 0.23 0 0.17 230.69 0.4 0.71
Hex 99 A2 D3 1B 17 0 11 E7 28 47
Octal 231 242 323 33 27 0 21 347 50 107
Binary 10011001 10100010 11010011 11011 10111 0 10001 11100111 101000 1000111

Color Harmonies of #99A2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A2D3

Black with #99A2D3

Text Example


Text Example

White with #99A2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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