Html Css Color HEX #ADCDBE Nebula

📋 copy color: '#ADCDBE'

red 173 ◦ green 205 ◦ blue 190

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

Shades of Nebula #ADCDBE

Tints of Nebula #ADCDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.45%

R = 30.46%
G = 36.09%
B = 33.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#ADCDBE (or 0xADCDBE) is known color: Nebula. HEX triplet: AD, CD and BE. RGB value is (173,205,190). Sum of RGB (Red+Green+Blue) = 173+205+190=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDBE is #523241. Grayscale: #C1C1C1. Windows color (decimal): -5386818 or 12504493. OLE color: 12504493.

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

Color convert

RGB 173 205 190 -
CMYK 0.16 0 0.07 0.20
HSL 151.88º 0.24% 0.74% -
HSV(B) 151.88º 0.16% 0.8% -
XYZ 48.36 56.26 57.03 -
YUV 193.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 173 205 190 0.16 0 0.07 0.20 151.88 0.24 0.74
Hex AD CD BE 10 0 7 14 98 18 4A
Octal 255 315 276 20 0 7 24 230 30 112
Binary 10101101 11001101 10111110 10000 0 111 10100 10011000 11000 1001010

Color Harmonies of #ADCDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDBE

Black with #ADCDBE

Text Example


Text Example

White with #ADCDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDBE; }

 p { color: rgb(173,205,190); }

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

background-color css

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

 a { background-color: rgb(173,205,190); }

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

border-color css

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

 span { border-color: rgb(173,205,190); }

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