Html Css Color HEX #ABACEA Perano

📋 copy color: '#ABACEA'

red 171 ◦ green 172 ◦ blue 234

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

Shades of Perano #ABACEA

Tints of Perano #ABACEA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.81%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 29.64%
G = 29.81%
B = 40.55%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABACEA (or 0xABACEA) is known color: Perano. HEX triplet: AB, AC and EA. RGB value is (171,172,234). Sum of RGB (Red+Green+Blue) = 171+172+234=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACEA is #545315. Grayscale: #B2B2B2. Windows color (decimal): -5526294 or 15379627. OLE color: 15379627.

HSL color Cylindrical-coordinate representation of color #ABACEA: hue angle of 239.05º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABACEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 172 234 -
CMYK 0.27 0.26 0 0.08
HSL 239.05º 0.6% 0.79% -
HSV(B) 239.05º 0.27% 0.92% -
XYZ 46.4 44.1 83.91 -
YUV 178.77 159.17 122.46 -
System Red Green Blue C M Y K H S L
Decimal 171 172 234 0.27 0.26 0 0.08 239.05 0.6 0.79
Hex AB AC EA 1B 1A 0 8 EF 3C 4F
Octal 253 254 352 33 32 0 10 357 74 117
Binary 10101011 10101100 11101010 11011 11010 0 1000 11101111 111100 1001111

Color Harmonies of #ABACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACEA

Black with #ABACEA

Text Example


Text Example

White with #ABACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACEA; }

 p { color: rgb(171,172,234); }

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

background-color css

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

 a { background-color: rgb(171,172,234); }

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

border-color css

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

 span { border-color: rgb(171,172,234); }

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