Html Css Color HEX #ABBBCF Spindle

📋 copy color: '#ABBBCF'

red 171 ◦ green 187 ◦ blue 207

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

Shades of Spindle #ABBBCF

Tints of Spindle #ABBBCF

RGB

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

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

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

R = 30.27%
G = 33.1%
B = 36.64%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABBBCF (or 0xABBBCF) is known color: Spindle. HEX triplet: AB, BB and CF. RGB value is (171,187,207). Sum of RGB (Red+Green+Blue) = 171+187+207=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBCF is #544430. Grayscale: #B8B8B8. Windows color (decimal): -5522481 or 13613995. OLE color: 13613995.

HSL color Cylindrical-coordinate representation of color #ABBBCF: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBBCF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 187 207 -
CMYK 0.17 0.10 0 0.19
HSL 213.33º 0.27% 0.74% -
HSV(B) 213.33º 0.17% 0.81% -
XYZ 45.83 48.7 66.02 -
YUV 184.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 171 187 207 0.17 0.10 0 0.19 213.33 0.27 0.74
Hex AB BB CF 11 A 0 13 D5 1B 4A
Octal 253 273 317 21 12 0 23 325 33 112
Binary 10101011 10111011 11001111 10001 1010 0 10011 11010101 11011 1001010

Color Harmonies of #ABBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBCF

Black with #ABBBCF

Text Example


Text Example

White with #ABBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBCF; }

 p { color: rgb(171,187,207); }

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

background-color css

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

 a { background-color: rgb(171,187,207); }

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

border-color css

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

 span { border-color: rgb(171,187,207); }

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