Html Css Color HEX #ABB2DD Perano

📋 copy color: '#ABB2DD'

red 171 ◦ green 178 ◦ blue 221

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

Shades of Perano #ABB2DD

Tints of Perano #ABB2DD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.23%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 30%
G = 31.23%
B = 38.77%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABB2DD (or 0xABB2DD) is known color: Perano. HEX triplet: AB, B2 and DD. RGB value is (171,178,221). Sum of RGB (Red+Green+Blue) = 171+178+221=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABB2DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2DD is #544D22. Grayscale: #B4B4B4. Windows color (decimal): -5524771 or 14529195. OLE color: 14529195.

HSL color Cylindrical-coordinate representation of color #ABB2DD: hue angle of 231.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB2DD is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 178 221 -
CMYK 0.23 0.19 0 0.13
HSL 231.6º 0.42% 0.77% -
HSV(B) 231.6º 0.23% 0.87% -
XYZ 45.77 45.72 74.82 -
YUV 180.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 171 178 221 0.23 0.19 0 0.13 231.6 0.42 0.77
Hex AB B2 DD 17 13 0 D E8 2A 4D
Octal 253 262 335 27 23 0 15 350 52 115
Binary 10101011 10110010 11011101 10111 10011 0 1101 11101000 101010 1001101

Color Harmonies of #ABB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2DD

Black with #ABB2DD

Text Example


Text Example

White with #ABB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2DD; }

 p { color: rgb(171,178,221); }

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

background-color css

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

 a { background-color: rgb(171,178,221); }

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

border-color css

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

 span { border-color: rgb(171,178,221); }

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