Html Css Color HEX #ABB2FF Perano

📋 copy color: '#ABB2FF'

red 171 ◦ green 178 ◦ blue 255

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

Shades of Perano #ABB2FF

Tints of Perano #ABB2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 28.31%
G = 29.47%
B = 42.22%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ABB2FF (or 0xABB2FF) is known color: Perano. HEX triplet: AB, B2 and FF. RGB value is (171,178,255). Sum of RGB (Red+Green+Blue) = 171+178+255=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2FF is #544D00. Grayscale: #B8B8B8. Windows color (decimal): -5524737 or 16757419. OLE color: 16757419.

HSL color Cylindrical-coordinate representation of color #ABB2FF: hue angle of 235º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB2FF is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 178 255 -
CMYK 0.33 0.30 0 0
HSL 235º 1% 0.84% -
HSV(B) 235º 0.33% 1% -
XYZ 50.76 47.72 101.14 -
YUV 184.69 167.68 118.24 -
System Red Green Blue C M Y K H S L
Decimal 171 178 255 0.33 0.30 0 0 235 1 0.84
Hex AB B2 FF 21 1E 0 0 EB 64 54
Octal 253 262 377 41 36 0 0 353 144 124
Binary 10101011 10110010 11111111 100001 11110 0 0 11101011 1100100 1010100

Color Harmonies of #ABB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB2FF

Black with #ABB2FF

Text Example


Text Example

White with #ABB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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