Html Css Color HEX #ADBBCB Spindle

📋 copy color: '#ADBBCB'

red 173 ◦ green 187 ◦ blue 203

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

Shades of Spindle #ADBBCB

Tints of Spindle #ADBBCB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.21%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 30.73%
G = 33.21%
B = 36.06%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADBBCB (or 0xADBBCB) is known color: Spindle. HEX triplet: AD, BB and CB. RGB value is (173,187,203). Sum of RGB (Red+Green+Blue) = 173+187+203=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBCB is #524434. Grayscale: #B8B8B8. Windows color (decimal): -5391413 or 13351853. OLE color: 13351853.

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

Color convert

RGB 173 187 203 -
CMYK 0.15 0.08 0 0.20
HSL 212º 0.22% 0.74% -
HSV(B) 212º 0.15% 0.8% -
XYZ 45.78 48.74 63.49 -
YUV 184.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 173 187 203 0.15 0.08 0 0.20 212 0.22 0.74
Hex AD BB CB F 8 0 14 D4 16 4A
Octal 255 273 313 17 10 0 24 324 26 112
Binary 10101101 10111011 11001011 1111 1000 0 10100 11010100 10110 1001010

Color Harmonies of #ADBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBCB

Black with #ADBBCB

Text Example


Text Example

White with #ADBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBCB; }

 p { color: rgb(173,187,203); }

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

background-color css

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

 a { background-color: rgb(173,187,203); }

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

border-color css

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

 span { border-color: rgb(173,187,203); }

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