Html Css Color HEX #ACCDBD Nebula

📋 copy color: '#ACCDBD'

red 172 ◦ green 205 ◦ blue 189

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

Shades of Nebula #ACCDBD

Tints of Nebula #ACCDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.22%

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

R = 30.39%
G = 36.22%
B = 33.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#ACCDBD (or 0xACCDBD) is known color: Nebula. HEX triplet: AC, CD and BD. RGB value is (172,205,189). Sum of RGB (Red+Green+Blue) = 172+205+189=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDBD is #533242. Grayscale: #C1C1C1. Windows color (decimal): -5452355 or 12438956. OLE color: 12438956.

HSL color Cylindrical-coordinate representation of color #ACCDBD: hue angle of 150.91º degrees, saturation: 0.25, 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 #ACCDBD is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 189 -
CMYK 0.16 0 0.08 0.20
HSL 150.91º 0.25% 0.74% -
HSV(B) 150.91º 0.16% 0.8% -
XYZ 48.03 56.11 56.44 -
YUV 193.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 172 205 189 0.16 0 0.08 0.20 150.91 0.25 0.74
Hex AC CD BD 10 0 8 14 97 19 4A
Octal 254 315 275 20 0 10 24 227 31 112
Binary 10101100 11001101 10111101 10000 0 1000 10100 10010111 11001 1001010

Color Harmonies of #ACCDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDBD

Black with #ACCDBD

Text Example


Text Example

White with #ACCDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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