Html Css Color HEX #ABACEB Perano

📋 copy color: '#ABACEB'

red 171 ◦ green 172 ◦ blue 235

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

Shades of Perano #ABACEB

Tints of Perano #ABACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 29.58%
G = 29.76%
B = 40.66%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ABACEB (or 0xABACEB) is known color: Perano. HEX triplet: AB, AC and EB. RGB value is (171,172,235). Sum of RGB (Red+Green+Blue) = 171+172+235=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 172 (67.58% from 255 or 29.76% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABACEB is #545314. Grayscale: #B2B2B2. Windows color (decimal): -5526293 or 15445163. OLE color: 15445163.

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

Color convert

RGB 171 172 235 -
CMYK 0.27 0.27 0 0.08
HSL 239.06º 0.62% 0.8% -
HSV(B) 239.06º 0.27% 0.92% -
XYZ 46.54 44.16 84.67 -
YUV 178.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 171 172 235 0.27 0.27 0 0.08 239.06 0.62 0.8
Hex AB AC EB 1B 1B 0 8 EF 3E 50
Octal 253 254 353 33 33 0 10 357 76 120
Binary 10101011 10101100 11101011 11011 11011 0 1000 11101111 111110 1010000

Color Harmonies of #ABACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABACEB

Black with #ABACEB

Text Example


Text Example

White with #ABACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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