Html Css Color HEX #ACD2BC Nebula

📋 copy color: '#ACD2BC'

red 172 ◦ green 210 ◦ blue 188

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

Shades of Nebula #ACD2BC

Tints of Nebula #ACD2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.84%

 BLUE value IS 188 (73.83% from 255) = 32.98%

R = 30.18%
G = 36.84%
B = 32.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ACD2BC (or 0xACD2BC) is known color: Nebula. HEX triplet: AC, D2 and BC. RGB value is (172,210,188). Sum of RGB (Red+Green+Blue) = 172+210+188=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2BC is #532D43. Grayscale: #C4C4C4. Windows color (decimal): -5451076 or 12374700. OLE color: 12374700.

HSL color Cylindrical-coordinate representation of color #ACD2BC: hue angle of 145.26º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD2BC is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 188 -
CMYK 0.18 0 0.10 0.18
HSL 145.26º 0.3% 0.75% -
HSV(B) 145.26º 0.18% 0.82% -
XYZ 49.14 58.49 56.28 -
YUV 196.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 172 210 188 0.18 0 0.10 0.18 145.26 0.3 0.75
Hex AC D2 BC 12 0 A 12 91 1E 4B
Octal 254 322 274 22 0 12 22 221 36 113
Binary 10101100 11010010 10111100 10010 0 1010 10010 10010001 11110 1001011

Color Harmonies of #ACD2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2BC

Black with #ACD2BC

Text Example


Text Example

White with #ACD2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2BC; }

 p { color: rgb(172,210,188); }

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

background-color css

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

 a { background-color: rgb(172,210,188); }

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

border-color css

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

 span { border-color: rgb(172,210,188); }

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