Html Css Color HEX #ADBECF Spindle

📋 copy color: '#ADBECF'

red 173 ◦ green 190 ◦ blue 207

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

Shades of Spindle #ADBECF

Tints of Spindle #ADBECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.32%

R = 30.35%
G = 33.33%
B = 36.32%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADBECF (or 0xADBECF) is known color: Spindle. HEX triplet: AD, BE and CF. RGB value is (173,190,207). Sum of RGB (Red+Green+Blue) = 173+190+207=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBECF is #524130. Grayscale: #BABABA. Windows color (decimal): -5390641 or 13614765. OLE color: 13614765.

HSL color Cylindrical-coordinate representation of color #ADBECF: hue angle of 210º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBECF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 190 207 -
CMYK 0.16 0.08 0 0.19
HSL 210º 0.26% 0.75% -
HSV(B) 210º 0.16% 0.81% -
XYZ 46.91 50.22 66.25 -
YUV 186.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 173 190 207 0.16 0.08 0 0.19 210 0.26 0.75
Hex AD BE CF 10 8 0 13 D2 1A 4B
Octal 255 276 317 20 10 0 23 322 32 113
Binary 10101101 10111110 11001111 10000 1000 0 10011 11010010 11010 1001011

Color Harmonies of #ADBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBECF

Black with #ADBECF

Text Example


Text Example

White with #ADBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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