Html Css Color HEX #ABBBCE Spindle

📋 copy color: '#ABBBCE'

red 171 ◦ green 187 ◦ blue 206

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

Shades of Spindle #ABBBCE

Tints of Spindle #ABBBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 30.32%
G = 33.16%
B = 36.52%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABBBCE (or 0xABBBCE) is known color: Spindle. HEX triplet: AB, BB and CE. RGB value is (171,187,206). Sum of RGB (Red+Green+Blue) = 171+187+206=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBCE is #544431. Grayscale: #B8B8B8. Windows color (decimal): -5522482 or 13548459. OLE color: 13548459.

HSL color Cylindrical-coordinate representation of color #ABBBCE: hue angle of 212.57º degrees, saturation: 0.26, 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 #ABBBCE is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 187 206 -
CMYK 0.17 0.09 0 0.19
HSL 212.57º 0.26% 0.74% -
HSV(B) 212.57º 0.17% 0.81% -
XYZ 45.71 48.65 65.37 -
YUV 184.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 171 187 206 0.17 0.09 0 0.19 212.57 0.26 0.74
Hex AB BB CE 11 9 0 13 D5 1A 4A
Octal 253 273 316 21 11 0 23 325 32 112
Binary 10101011 10111011 11001110 10001 1001 0 10011 11010101 11010 1001010

Color Harmonies of #ABBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBCE

Black with #ABBBCE

Text Example


Text Example

White with #ABBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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