Html Css Color HEX #ABC2FB Perano

📋 copy color: '#ABC2FB'

red 171 ◦ green 194 ◦ blue 251

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

Shades of Perano #ABC2FB

Tints of Perano #ABC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.49%

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 27.76%
G = 31.49%
B = 40.75%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ABC2FB (or 0xABC2FB) is known color: Perano. HEX triplet: AB, C2 and FB. RGB value is (171,194,251). Sum of RGB (Red+Green+Blue) = 171+194+251=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2FB is #543D04. Grayscale: #C1C1C1. Windows color (decimal): -5520645 or 16499371. OLE color: 16499371.

HSL color Cylindrical-coordinate representation of color #ABC2FB: hue angle of 222.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC2FB is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 194 251 -
CMYK 0.32 0.23 0 0.02
HSL 222.75º 0.91% 0.83% -
HSV(B) 222.75º 0.32% 0.98% -
XYZ 53.5 54.21 98.91 -
YUV 193.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 171 194 251 0.32 0.23 0 0.02 222.75 0.91 0.83
Hex AB C2 FB 20 17 0 2 DF 5B 53
Octal 253 302 373 40 27 0 2 337 133 123
Binary 10101011 11000010 11111011 100000 10111 0 10 11011111 1011011 1010011

Color Harmonies of #ABC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2FB

Black with #ABC2FB

Text Example


Text Example

White with #ABC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2FB; }

 p { color: rgb(171,194,251); }

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

background-color css

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

 a { background-color: rgb(171,194,251); }

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

border-color css

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

 span { border-color: rgb(171,194,251); }

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