Html Css Color HEX #ABB6E6 Perano

📋 copy color: '#ABB6E6'

red 171 ◦ green 182 ◦ blue 230

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

Shades of Perano #ABB6E6

Tints of Perano #ABB6E6

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.22%

 BLUE value IS 230 (90.23% from 255) = 39.45%

R = 29.33%
G = 31.22%
B = 39.45%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABB6E6 (or 0xABB6E6) is known color: Perano. HEX triplet: AB, B6 and E6. RGB value is (171,182,230). Sum of RGB (Red+Green+Blue) = 171+182+230=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 230 (90.23% from 255 or 39.45% from 583); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABB6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6E6 is #544919. Grayscale: #B7B7B7. Windows color (decimal): -5523738 or 15120043. OLE color: 15120043.

HSL color Cylindrical-coordinate representation of color #ABB6E6: hue angle of 228.81º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABB6E6 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 182 230 -
CMYK 0.26 0.21 0 0.10
HSL 228.81º 0.54% 0.79% -
HSV(B) 228.81º 0.26% 0.9% -
XYZ 47.81 47.83 81.57 -
YUV 184.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 171 182 230 0.26 0.21 0 0.10 228.81 0.54 0.79
Hex AB B6 E6 1A 15 0 A E5 36 4F
Octal 253 266 346 32 25 0 12 345 66 117
Binary 10101011 10110110 11100110 11010 10101 0 1010 11100101 110110 1001111

Color Harmonies of #ABB6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB6E6

Black with #ABB6E6

Text Example


Text Example

White with #ABB6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB6E6; }

 p { color: rgb(171,182,230); }

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

background-color css

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

 a { background-color: rgb(171,182,230); }

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

border-color css

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

 span { border-color: rgb(171,182,230); }

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