Html Css Color HEX #ACCBBA Nebula

📋 copy color: '#ACCBBA'

red 172 ◦ green 203 ◦ blue 186

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

Shades of Nebula #ACCBBA

Tints of Nebula #ACCBBA

RGB

 RED value IS 172 (67.58% from 255) = 30.66%

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 30.66%
G = 36.19%
B = 33.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#ACCBBA (or 0xACCBBA) is known color: Nebula. HEX triplet: AC, CB and BA. RGB value is (172,203,186). Sum of RGB (Red+Green+Blue) = 172+203+186=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBBA is #533445. Grayscale: #BFBFBF. Windows color (decimal): -5452870 or 12241836. OLE color: 12241836.

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

Color convert

RGB 172 203 186 -
CMYK 0.15 0 0.08 0.20
HSL 147.1º 0.23% 0.74% -
HSV(B) 147.1º 0.15% 0.8% -
XYZ 47.23 55.03 54.59 -
YUV 191.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 172 203 186 0.15 0 0.08 0.20 147.1 0.23 0.74
Hex AC CB BA F 0 8 14 93 17 4A
Octal 254 313 272 17 0 10 24 223 27 112
Binary 10101100 11001011 10111010 1111 0 1000 10100 10010011 10111 1001010

Color Harmonies of #ACCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBBA

Black with #ACCBBA

Text Example


Text Example

White with #ACCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBBA; }

 p { color: rgb(172,203,186); }

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

background-color css

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

 a { background-color: rgb(172,203,186); }

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

border-color css

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

 span { border-color: rgb(172,203,186); }

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