Html Css Color HEX #ACCABB Nebula

📋 copy color: '#ACCABB'

red 172 ◦ green 202 ◦ blue 187

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

Shades of Nebula #ACCABB

Tints of Nebula #ACCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.01%

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

R = 30.66%
G = 36.01%
B = 33.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#ACCABB (or 0xACCABB) is known color: Nebula. HEX triplet: AC, CA and BB. RGB value is (172,202,187). Sum of RGB (Red+Green+Blue) = 172+202+187=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCABB is #533544. Grayscale: #BFBFBF. Windows color (decimal): -5453125 or 12307116. OLE color: 12307116.

HSL color Cylindrical-coordinate representation of color #ACCABB: hue angle of 150º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCABB is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 202 187 -
CMYK 0.15 0 0.07 0.21
HSL 150º 0.22% 0.73% -
HSV(B) 150º 0.15% 0.79% -
XYZ 47.1 54.6 55.07 -
YUV 191.32 125.56 114.22 -
System Red Green Blue C M Y K H S L
Decimal 172 202 187 0.15 0 0.07 0.21 150 0.22 0.73
Hex AC CA BB F 0 7 15 96 16 49
Octal 254 312 273 17 0 7 25 226 26 111
Binary 10101100 11001010 10111011 1111 0 111 10101 10010110 10110 1001001

Color Harmonies of #ACCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCABB

Black with #ACCABB

Text Example


Text Example

White with #ACCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCABB; }

 p { color: rgb(172,202,187); }

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

background-color css

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

 a { background-color: rgb(172,202,187); }

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

border-color css

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

 span { border-color: rgb(172,202,187); }

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