Html Css Color HEX #ABBBFD Perano

📋 copy color: '#ABBBFD'

red 171 ◦ green 187 ◦ blue 253

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

Shades of Perano #ABBBFD

Tints of Perano #ABBBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.61%

 BLUE value IS 253 (99.22% from 255) = 41.41%

R = 27.99%
G = 30.61%
B = 41.41%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABBBFD (or 0xABBBFD) is known color: Perano. HEX triplet: AB, BB and FD. RGB value is (171,187,253). Sum of RGB (Red+Green+Blue) = 171+187+253=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABBBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBBFD is #544402. Grayscale: #BDBDBD. Windows color (decimal): -5522435 or 16628651. OLE color: 16628651.

HSL color Cylindrical-coordinate representation of color #ABBBFD: hue angle of 228.29º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABBBFD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 187 253 -
CMYK 0.32 0.26 0 0.01
HSL 228.29º 0.95% 0.83% -
HSV(B) 228.29º 0.32% 0.99% -
XYZ 52.29 51.29 100.07 -
YUV 189.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 171 187 253 0.32 0.26 0 0.01 228.29 0.95 0.83
Hex AB BB FD 20 1A 0 1 E4 5F 53
Octal 253 273 375 40 32 0 1 344 137 123
Binary 10101011 10111011 11111101 100000 11010 0 1 11100100 1011111 1010011

Color Harmonies of #ABBBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBFD

Black with #ABBBFD

Text Example


Text Example

White with #ABBBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBFD; }

 p { color: rgb(171,187,253); }

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

background-color css

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

 a { background-color: rgb(171,187,253); }

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

border-color css

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

 span { border-color: rgb(171,187,253); }

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