Html Css Color HEX #AACBBB Nebula

📋 copy color: '#AACBBB'

red 170 ◦ green 203 ◦ blue 187

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

Shades of Nebula #AACBBB

Tints of Nebula #AACBBB

RGB

 RED value IS 170 (66.8% from 255) = 30.36%

 GREEN value IS 203 (79.69% from 255) = 36.25%

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 30.36%
G = 36.25%
B = 33.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#AACBBB (or 0xAACBBB) is known color: Nebula. HEX triplet: AA, CB and BB. RGB value is (170,203,187). Sum of RGB (Red+Green+Blue) = 170+203+187=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBBB is #553444. Grayscale: #BFBFBF. Windows color (decimal): -5583941 or 12307370. OLE color: 12307370.

HSL color Cylindrical-coordinate representation of color #AACBBB: hue angle of 150.91º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBBB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 187 -
CMYK 0.16 0 0.08 0.20
HSL 150.91º 0.24% 0.73% -
HSV(B) 150.91º 0.16% 0.8% -
XYZ 46.9 54.85 55.13 -
YUV 191.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 170 203 187 0.16 0 0.08 0.20 150.91 0.24 0.73
Hex AA CB BB 10 0 8 14 97 18 49
Octal 252 313 273 20 0 10 24 227 30 111
Binary 10101010 11001011 10111011 10000 0 1000 10100 10010111 11000 1001001

Color Harmonies of #AACBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBBB

Black with #AACBBB

Text Example


Text Example

White with #AACBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBBB; }

 p { color: rgb(170,203,187); }

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

background-color css

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

 a { background-color: rgb(170,203,187); }

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

border-color css

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

 span { border-color: rgb(170,203,187); }

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