Html Css Color HEX #ABB0DE Perano

📋 copy color: '#ABB0DE'

red 171 ◦ green 176 ◦ blue 222

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

Shades of Perano #ABB0DE

Tints of Perano #ABB0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.93%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 30.05%
G = 30.93%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABB0DE (or 0xABB0DE) is known color: Perano. HEX triplet: AB, B0 and DE. RGB value is (171,176,222). Sum of RGB (Red+Green+Blue) = 171+176+222=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0DE is #544F21. Grayscale: #B3B3B3. Windows color (decimal): -5525282 or 14594219. OLE color: 14594219.

HSL color Cylindrical-coordinate representation of color #ABB0DE: hue angle of 234.12º degrees, saturation: 0.44, 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 #ABB0DE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 176 222 -
CMYK 0.23 0.21 0 0.13
HSL 234.12º 0.44% 0.77% -
HSV(B) 234.12º 0.23% 0.87% -
XYZ 45.5 44.98 75.39 -
YUV 179.75 151.84 121.76 -
System Red Green Blue C M Y K H S L
Decimal 171 176 222 0.23 0.21 0 0.13 234.12 0.44 0.77
Hex AB B0 DE 17 15 0 D EA 2C 4D
Octal 253 260 336 27 25 0 15 352 54 115
Binary 10101011 10110000 11011110 10111 10101 0 1101 11101010 101100 1001101

Color Harmonies of #ABB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB0DE

Black with #ABB0DE

Text Example


Text Example

White with #ABB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB0DE; }

 p { color: rgb(171,176,222); }

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

background-color css

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

 a { background-color: rgb(171,176,222); }

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

border-color css

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

 span { border-color: rgb(171,176,222); }

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