Html Css Color HEX #ABBAED Perano

📋 copy color: '#ABBAED'

red 171 ◦ green 186 ◦ blue 237

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

Shades of Perano #ABBAED

Tints of Perano #ABBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.31%

 BLUE value IS 237 (92.97% from 255) = 39.9%

R = 28.79%
G = 31.31%
B = 39.9%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABBAED (or 0xABBAED) is known color: Perano. HEX triplet: AB, BA and ED. RGB value is (171,186,237). Sum of RGB (Red+Green+Blue) = 171+186+237=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBAED is #544512. Grayscale: #BBBBBB. Windows color (decimal): -5522707 or 15579819. OLE color: 15579819.

HSL color Cylindrical-coordinate representation of color #ABBAED: hue angle of 226.36º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABBAED is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 186 237 -
CMYK 0.28 0.22 0 0.07
HSL 226.36º 0.65% 0.8% -
HSV(B) 226.36º 0.28% 0.93% -
XYZ 49.64 49.89 87.13 -
YUV 187.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 171 186 237 0.28 0.22 0 0.07 226.36 0.65 0.8
Hex AB BA ED 1C 16 0 7 E2 41 50
Octal 253 272 355 34 26 0 7 342 101 120
Binary 10101011 10111010 11101101 11100 10110 0 111 11100010 1000001 1010000

Color Harmonies of #ABBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAED

Black with #ABBAED

Text Example


Text Example

White with #ABBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAED; }

 p { color: rgb(171,186,237); }

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

background-color css

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

 a { background-color: rgb(171,186,237); }

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

border-color css

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

 span { border-color: rgb(171,186,237); }

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