Html Css Color HEX #ACD5BC Nebula

📋 copy color: '#ACD5BC'

red 172 ◦ green 213 ◦ blue 188

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

Shades of Nebula #ACD5BC

Tints of Nebula #ACD5BC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.17%

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

R = 30.02%
G = 37.17%
B = 32.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#ACD5BC (or 0xACD5BC) is known color: Nebula. HEX triplet: AC, D5 and BC. RGB value is (172,213,188). Sum of RGB (Red+Green+Blue) = 172+213+188=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5BC is #532A43. Grayscale: #C5C5C5. Windows color (decimal): -5450308 or 12375468. OLE color: 12375468.

HSL color Cylindrical-coordinate representation of color #ACD5BC: hue angle of 143.41º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5BC is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 188 -
CMYK 0.19 0 0.12 0.16
HSL 143.41º 0.33% 0.75% -
HSV(B) 143.41º 0.19% 0.84% -
XYZ 49.88 59.99 56.53 -
YUV 197.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 172 213 188 0.19 0 0.12 0.16 143.41 0.33 0.75
Hex AC D5 BC 13 0 C 10 8F 21 4B
Octal 254 325 274 23 0 14 20 217 41 113
Binary 10101100 11010101 10111100 10011 0 1100 10000 10001111 100001 1001011

Color Harmonies of #ACD5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5BC

Black with #ACD5BC

Text Example


Text Example

White with #ACD5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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