Html Css Color HEX #ACDBC2 Nebula

📋 copy color: '#ACDBC2'

red 172 ◦ green 219 ◦ blue 194

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

Shades of Nebula #ACDBC2

Tints of Nebula #ACDBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.44%

 BLUE value IS 194 (76.17% from 255) = 33.16%

R = 29.4%
G = 37.44%
B = 33.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#ACDBC2 (or 0xACDBC2) is known color: Nebula. HEX triplet: AC, DB and C2. RGB value is (172,219,194). Sum of RGB (Red+Green+Blue) = 172+219+194=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBC2 is #53243D. Grayscale: #CACACA. Windows color (decimal): -5448766 or 12770220. OLE color: 12770220.

HSL color Cylindrical-coordinate representation of color #ACDBC2: hue angle of 148.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDBC2 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 219 194 -
CMYK 0.21 0 0.11 0.14
HSL 148.09º 0.39% 0.77% -
HSV(B) 148.09º 0.21% 0.86% -
XYZ 52.08 63.33 60.52 -
YUV 202.1 123.43 106.53 -
System Red Green Blue C M Y K H S L
Decimal 172 219 194 0.21 0 0.11 0.14 148.09 0.39 0.77
Hex AC DB C2 15 0 B E 94 27 4D
Octal 254 333 302 25 0 13 16 224 47 115
Binary 10101100 11011011 11000010 10101 0 1011 1110 10010100 100111 1001101

Color Harmonies of #ACDBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDBC2

Black with #ACDBC2

Text Example


Text Example

White with #ACDBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDBC2; }

 p { color: rgb(172,219,194); }

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

background-color css

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

 a { background-color: rgb(172,219,194); }

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

border-color css

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

 span { border-color: rgb(172,219,194); }

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