Html Css Color HEX #ABBFD0 Spindle

📋 copy color: '#ABBFD0'

red 171 ◦ green 191 ◦ blue 208

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

Shades of Spindle #ABBFD0

Tints of Spindle #ABBFD0

RGB

 RED value IS 171 (67.19% from 255) = 30%

 GREEN value IS 191 (75% from 255) = 33.51%

 BLUE value IS 208 (81.64% from 255) = 36.49%

R = 30%
G = 33.51%
B = 36.49%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABBFD0 (or 0xABBFD0) is known color: Spindle. HEX triplet: AB, BF and D0. RGB value is (171,191,208). Sum of RGB (Red+Green+Blue) = 171+191+208=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFD0 is #54402F. Grayscale: #BABABA. Windows color (decimal): -5521456 or 13680555. OLE color: 13680555.

HSL color Cylindrical-coordinate representation of color #ABBFD0: hue angle of 207.57º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBFD0 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 191 208 -
CMYK 0.18 0.08 0 0.18
HSL 207.57º 0.28% 0.74% -
HSV(B) 207.57º 0.18% 0.82% -
XYZ 46.81 50.47 66.95 -
YUV 186.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 171 191 208 0.18 0.08 0 0.18 207.57 0.28 0.74
Hex AB BF D0 12 8 0 12 D0 1C 4A
Octal 253 277 320 22 10 0 22 320 34 112
Binary 10101011 10111111 11010000 10010 1000 0 10010 11010000 11100 1001010

Color Harmonies of #ABBFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFD0

Black with #ABBFD0

Text Example


Text Example

White with #ABBFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFD0; }

 p { color: rgb(171,191,208); }

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

background-color css

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

 a { background-color: rgb(171,191,208); }

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

border-color css

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

 span { border-color: rgb(171,191,208); }

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