Html Css Color HEX #ABB2EE Perano

📋 copy color: '#ABB2EE'

red 171 ◦ green 178 ◦ blue 238

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

Shades of Perano #ABB2EE

Tints of Perano #ABB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

 BLUE value IS 238 (93.36% from 255) = 40.55%

R = 29.13%
G = 30.32%
B = 40.55%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABB2EE (or 0xABB2EE) is known color: Perano. HEX triplet: AB, B2 and EE. RGB value is (171,178,238). Sum of RGB (Red+Green+Blue) = 171+178+238=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABB2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2EE is #544D11. Grayscale: #B6B6B6. Windows color (decimal): -5524754 or 15643307. OLE color: 15643307.

HSL color Cylindrical-coordinate representation of color #ABB2EE: hue angle of 233.73º degrees, saturation: 0.66, 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 #ABB2EE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 178 238 -
CMYK 0.28 0.25 0 0.07
HSL 233.73º 0.66% 0.8% -
HSV(B) 233.73º 0.28% 0.93% -
XYZ 48.15 46.67 87.36 -
YUV 182.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 171 178 238 0.28 0.25 0 0.07 233.73 0.66 0.8
Hex AB B2 EE 1C 19 0 7 EA 42 50
Octal 253 262 356 34 31 0 7 352 102 120
Binary 10101011 10110010 11101110 11100 11001 0 111 11101010 1000010 1010000

Color Harmonies of #ABB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2EE

Black with #ABB2EE

Text Example


Text Example

White with #ABB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2EE; }

 p { color: rgb(171,178,238); }

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

background-color css

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

 a { background-color: rgb(171,178,238); }

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

border-color css

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

 span { border-color: rgb(171,178,238); }

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