Html Css Color HEX #ACCCBD Nebula

📋 copy color: '#ACCCBD'

red 172 ◦ green 204 ◦ blue 189

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

Shades of Nebula #ACCCBD

Tints of Nebula #ACCCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 30.44%
G = 36.11%
B = 33.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#ACCCBD (or 0xACCCBD) is known color: Nebula. HEX triplet: AC, CC and BD. RGB value is (172,204,189). Sum of RGB (Red+Green+Blue) = 172+204+189=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCBD is #533342. Grayscale: #C0C0C0. Windows color (decimal): -5452611 or 12438700. OLE color: 12438700.

HSL color Cylindrical-coordinate representation of color #ACCCBD: hue angle of 151.88º 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 #ACCCBD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 189 -
CMYK 0.16 0 0.07 0.2
HSL 151.88º 0.24% 0.74% -
HSV(B) 151.88º 0.16% 0.8% -
XYZ 47.79 55.63 56.36 -
YUV 192.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 172 204 189 0.16 0 0.07 0.2 151.88 0.24 0.74
Hex AC CC BD 10 0 7 14 98 18 4A
Octal 254 314 275 20 0 7 24 230 30 112
Binary 10101100 11001100 10111101 10000 0 111 10100 10011000 11000 1001010

Color Harmonies of #ACCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCBD

Black with #ACCCBD

Text Example


Text Example

White with #ACCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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