Html Css Color HEX #ACCCBA Nebula

📋 copy color: '#ACCCBA'

red 172 ◦ green 204 ◦ blue 186

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

Shades of Nebula #ACCCBA

Tints of Nebula #ACCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.3%

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

R = 30.6%
G = 36.3%
B = 33.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#ACCCBA (or 0xACCCBA) is known color: Nebula. HEX triplet: AC, CC and BA. RGB value is (172,204,186). Sum of RGB (Red+Green+Blue) = 172+204+186=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCBA is #533345. Grayscale: #C0C0C0. Windows color (decimal): -5452614 or 12242092. OLE color: 12242092.

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

Color convert

RGB 172 204 186 -
CMYK 0.16 0 0.09 0.2
HSL 146.25º 0.24% 0.74% -
HSV(B) 146.25º 0.16% 0.8% -
XYZ 47.47 55.5 54.67 -
YUV 192.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 172 204 186 0.16 0 0.09 0.2 146.25 0.24 0.74
Hex AC CC BA 10 0 9 14 92 18 4A
Octal 254 314 272 20 0 11 24 222 30 112
Binary 10101100 11001100 10111010 10000 0 1001 10100 10010010 11000 1001010

Color Harmonies of #ACCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCBA

Black with #ACCCBA

Text Example


Text Example

White with #ACCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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