Html Css Color HEX #ABBFFD Perano

📋 copy color: '#ABBFFD'

red 171 ◦ green 191 ◦ blue 253

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

Shades of Perano #ABBFFD

Tints of Perano #ABBFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 31.06%

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

R = 27.8%
G = 31.06%
B = 41.14%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ABBFFD (or 0xABBFFD) is known color: Perano. HEX triplet: AB, BF and FD. RGB value is (171,191,253). Sum of RGB (Red+Green+Blue) = 171+191+253=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABBFFD is #544002. Grayscale: #BFBFBF. Windows color (decimal): -5521411 or 16629675. OLE color: 16629675.

HSL color Cylindrical-coordinate representation of color #ABBFFD: hue angle of 225.37º 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 #ABBFFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 191 253 -
CMYK 0.32 0.25 0 0.01
HSL 225.37º 0.95% 0.83% -
HSV(B) 225.37º 0.32% 0.99% -
XYZ 53.16 53.01 100.36 -
YUV 192.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 171 191 253 0.32 0.25 0 0.01 225.37 0.95 0.83
Hex AB BF FD 20 19 0 1 E1 5F 53
Octal 253 277 375 40 31 0 1 341 137 123
Binary 10101011 10111111 11111101 100000 11001 0 1 11100001 1011111 1010011

Color Harmonies of #ABBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBFFD

Black with #ABBFFD

Text Example


Text Example

White with #ABBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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