Html Css Color HEX #ADCCBC Nebula

📋 copy color: '#ADCCBC'

red 173 ◦ green 204 ◦ blue 188

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

Shades of Nebula #ADCCBC

Tints of Nebula #ADCCBC

RGB

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

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

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

R = 30.62%
G = 36.11%
B = 33.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#ADCCBC (or 0xADCCBC) is known color: Nebula. HEX triplet: AD, CC and BC. RGB value is (173,204,188). Sum of RGB (Red+Green+Blue) = 173+204+188=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBC is #523343. Grayscale: #C0C0C0. Windows color (decimal): -5387076 or 12373165. OLE color: 12373165.

HSL color Cylindrical-coordinate representation of color #ADCCBC: hue angle of 149.03º 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 #ADCCBC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 188 -
CMYK 0.15 0 0.08 0.2
HSL 149.03º 0.23% 0.74% -
HSV(B) 149.03º 0.15% 0.8% -
XYZ 47.9 55.7 55.8 -
YUV 192.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 173 204 188 0.15 0 0.08 0.2 149.03 0.23 0.74
Hex AD CC BC F 0 8 14 95 17 4A
Octal 255 314 274 17 0 10 24 225 27 112
Binary 10101101 11001100 10111100 1111 0 1000 10100 10010101 10111 1001010

Color Harmonies of #ADCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCBC

Black with #ADCCBC

Text Example


Text Example

White with #ADCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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