Html Css Color HEX #ACCDBA Nebula

📋 copy color: '#ACCDBA'

red 172 ◦ green 205 ◦ blue 186

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

Shades of Nebula #ACCDBA

Tints of Nebula #ACCDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

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

R = 30.55%
G = 36.41%
B = 33.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#ACCDBA (or 0xACCDBA) is known color: Nebula. HEX triplet: AC, CD and BA. RGB value is (172,205,186). Sum of RGB (Red+Green+Blue) = 172+205+186=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDBA is #533245. Grayscale: #C1C1C1. Windows color (decimal): -5452358 or 12242348. OLE color: 12242348.

HSL color Cylindrical-coordinate representation of color #ACCDBA: hue angle of 145.45º degrees, saturation: 0.25, 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 #ACCDBA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 186 -
CMYK 0.16 0 0.09 0.20
HSL 145.45º 0.25% 0.74% -
HSV(B) 145.45º 0.16% 0.8% -
XYZ 47.71 55.98 54.74 -
YUV 192.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 172 205 186 0.16 0 0.09 0.20 145.45 0.25 0.74
Hex AC CD BA 10 0 9 14 91 19 4A
Octal 254 315 272 20 0 11 24 221 31 112
Binary 10101100 11001101 10111010 10000 0 1001 10100 10010001 11001 1001010

Color Harmonies of #ACCDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDBA

Black with #ACCDBA

Text Example


Text Example

White with #ACCDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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