Html Css Color HEX #ABBBE2 Perano

📋 copy color: '#ABBBE2'

red 171 ◦ green 187 ◦ blue 226

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

Shades of Perano #ABBBE2

Tints of Perano #ABBBE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.7%

R = 29.28%
G = 32.02%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ABBBE2 (or 0xABBBE2) is known color: Perano. HEX triplet: AB, BB and E2. RGB value is (171,187,226). Sum of RGB (Red+Green+Blue) = 171+187+226=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 226 (88.67% from 255 or 38.70% from 584); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABBBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBE2 is #54441D. Grayscale: #BABABA. Windows color (decimal): -5522462 or 14859179. OLE color: 14859179.

HSL color Cylindrical-coordinate representation of color #ABBBE2: hue angle of 222.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABBBE2 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 171 187 226 -
CMYK 0.24 0.17 0 0.11
HSL 222.55º 0.49% 0.78% -
HSV(B) 222.55º 0.24% 0.89% -
XYZ 48.29 49.69 79 -
YUV 186.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 171 187 226 0.24 0.17 0 0.11 222.55 0.49 0.78
Hex AB BB E2 18 11 0 B DF 31 4E
Octal 253 273 342 30 21 0 13 337 61 116
Binary 10101011 10111011 11100010 11000 10001 0 1011 11011111 110001 1001110

Color Harmonies of #ABBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBE2

Black with #ABBBE2

Text Example


Text Example

White with #ABBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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