Html Css Color HEX #ADBED4 Spindle

📋 copy color: '#ADBED4'

red 173 ◦ green 190 ◦ blue 212

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

Shades of Spindle #ADBED4

Tints of Spindle #ADBED4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.04%

 BLUE value IS 212 (83.2% from 255) = 36.87%

R = 30.09%
G = 33.04%
B = 36.87%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADBED4 (or 0xADBED4) is known color: Spindle. HEX triplet: AD, BE and D4. RGB value is (173,190,212). Sum of RGB (Red+Green+Blue) = 173+190+212=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADBED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED4 is #52412B. Grayscale: #BBBBBB. Windows color (decimal): -5390636 or 13942445. OLE color: 13942445.

HSL color Cylindrical-coordinate representation of color #ADBED4: hue angle of 213.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBED4 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 190 212 -
CMYK 0.18 0.10 0 0.17
HSL 213.85º 0.31% 0.75% -
HSV(B) 213.85º 0.18% 0.83% -
XYZ 47.53 50.46 69.52 -
YUV 187.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 173 190 212 0.18 0.10 0 0.17 213.85 0.31 0.75
Hex AD BE D4 12 A 0 11 D6 1F 4B
Octal 255 276 324 22 12 0 21 326 37 113
Binary 10101101 10111110 11010100 10010 1010 0 10001 11010110 11111 1001011

Color Harmonies of #ADBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBED4

Black with #ADBED4

Text Example


Text Example

White with #ADBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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