Html Css Color HEX #ACD0BC Nebula

📋 copy color: '#ACD0BC'

red 172 ◦ green 208 ◦ blue 188

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

Shades of Nebula #ACD0BC

Tints of Nebula #ACD0BC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.62%

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

R = 30.28%
G = 36.62%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#ACD0BC (or 0xACD0BC) is known color: Nebula. HEX triplet: AC, D0 and BC. RGB value is (172,208,188). Sum of RGB (Red+Green+Blue) = 172+208+188=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD0BC is #532F43. Grayscale: #C3C3C3. Windows color (decimal): -5451588 or 12374188. OLE color: 12374188.

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

Color convert

RGB 172 208 188 -
CMYK 0.17 0 0.10 0.18
HSL 146.67º 0.28% 0.75% -
HSV(B) 146.67º 0.17% 0.82% -
XYZ 48.65 57.51 56.11 -
YUV 194.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 172 208 188 0.17 0 0.10 0.18 146.67 0.28 0.75
Hex AC D0 BC 11 0 A 12 93 1C 4B
Octal 254 320 274 21 0 12 22 223 34 113
Binary 10101100 11010000 10111100 10001 0 1010 10010 10010011 11100 1001011

Color Harmonies of #ACD0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0BC

Black with #ACD0BC

Text Example


Text Example

White with #ACD0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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