Html Css Color HEX #ADCCBD Nebula

📋 copy color: '#ADCCBD'

red 173 ◦ green 204 ◦ blue 189

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

Shades of Nebula #ADCCBD

Tints of Nebula #ADCCBD

RGB

 RED value IS 173 (67.97% from 255) = 30.57%

 GREEN value IS 204 (80.08% from 255) = 36.04%

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

R = 30.57%
G = 36.04%
B = 33.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#ADCCBD (or 0xADCCBD) is known color: Nebula. HEX triplet: AD, CC and BD. RGB value is (173,204,189). Sum of RGB (Red+Green+Blue) = 173+204+189=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBD is #523342. Grayscale: #C1C1C1. Windows color (decimal): -5387075 or 12438701. OLE color: 12438701.

HSL color Cylindrical-coordinate representation of color #ADCCBD: hue angle of 150.97º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCBD is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 189 -
CMYK 0.15 0 0.07 0.2
HSL 150.97º 0.23% 0.74% -
HSV(B) 150.97º 0.15% 0.8% -
XYZ 48.01 55.74 56.37 -
YUV 193.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 173 204 189 0.15 0 0.07 0.2 150.97 0.23 0.74
Hex AD CC BD F 0 7 14 97 17 4A
Octal 255 314 275 17 0 7 24 227 27 112
Binary 10101101 11001100 10111101 1111 0 111 10100 10010111 10111 1001010

Color Harmonies of #ADCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCBD

Black with #ADCCBD

Text Example


Text Example

White with #ADCCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCBD; }

 p { color: rgb(173,204,189); }

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

background-color css

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

 a { background-color: rgb(173,204,189); }

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

border-color css

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

 span { border-color: rgb(173,204,189); }

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