Html Css Color HEX #ABBBE6 Perano

📋 copy color: '#ABBBE6'

red 171 ◦ green 187 ◦ blue 230

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

Shades of Perano #ABBBE6

Tints of Perano #ABBBE6

RGB

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

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

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

R = 29.08%
G = 31.8%
B = 39.12%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ABBBE6 (or 0xABBBE6) is known color: Perano. HEX triplet: AB, BB and E6. RGB value is (171,187,230). Sum of RGB (Red+Green+Blue) = 171+187+230=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABBBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBE6 is #544419. Grayscale: #BABABA. Windows color (decimal): -5522458 or 15121323. OLE color: 15121323.

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

Color convert

RGB 171 187 230 -
CMYK 0.26 0.19 0 0.10
HSL 223.73º 0.54% 0.79% -
HSV(B) 223.73º 0.26% 0.9% -
XYZ 48.85 49.91 81.92 -
YUV 187.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 171 187 230 0.26 0.19 0 0.10 223.73 0.54 0.79
Hex AB BB E6 1A 13 0 A E0 36 4F
Octal 253 273 346 32 23 0 12 340 66 117
Binary 10101011 10111011 11100110 11010 10011 0 1010 11100000 110110 1001111

Color Harmonies of #ABBBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBE6

Black with #ABBBE6

Text Example


Text Example

White with #ABBBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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