Html Css Color HEX #ABB4ED Perano

📋 copy color: '#ABB4ED'

red 171 ◦ green 180 ◦ blue 237

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

Shades of Perano #ABB4ED

Tints of Perano #ABB4ED

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

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

R = 29.08%
G = 30.61%
B = 40.31%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ABB4ED (or 0xABB4ED) is known color: Perano. HEX triplet: AB, B4 and ED. RGB value is (171,180,237). Sum of RGB (Red+Green+Blue) = 171+180+237=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABB4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4ED is #544B12. Grayscale: #B7B7B7. Windows color (decimal): -5524243 or 15578283. OLE color: 15578283.

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

Color convert

RGB 171 180 237 -
CMYK 0.28 0.24 0 0.07
HSL 231.82º 0.65% 0.8% -
HSV(B) 231.82º 0.28% 0.93% -
XYZ 48.4 47.41 86.72 -
YUV 183.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 171 180 237 0.28 0.24 0 0.07 231.82 0.65 0.8
Hex AB B4 ED 1C 18 0 7 E8 41 50
Octal 253 264 355 34 30 0 7 350 101 120
Binary 10101011 10110100 11101101 11100 11000 0 111 11101000 1000001 1010000

Color Harmonies of #ABB4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB4ED

Black with #ABB4ED

Text Example


Text Example

White with #ABB4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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