Html Css Color HEX #AFB0FB Perano

📋 copy color: '#AFB0FB'

red 175 ◦ green 176 ◦ blue 251

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

Shades of Perano #AFB0FB

Tints of Perano #AFB0FB

RGB

 RED value IS 175 (68.75% from 255) = 29.07%

 GREEN value IS 176 (69.14% from 255) = 29.24%

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

R = 29.07%
G = 29.24%
B = 41.69%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB0FB (or 0xAFB0FB) is known color: Perano. HEX triplet: AF, B0 and FB. RGB value is (175,176,251). Sum of RGB (Red+Green+Blue) = 175+176+251=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB0FB is #504F04. Grayscale: #B7B7B7. Windows color (decimal): -5263109 or 16494767. OLE color: 16494767.

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

Color convert

RGB 175 176 251 -
CMYK 0.30 0.30 0 0.02
HSL 239.21º 0.9% 0.84% -
HSV(B) 239.21º 0.3% 0.98% -
XYZ 50.62 47.13 97.7 -
YUV 184.25 165.67 121.4 -
System Red Green Blue C M Y K H S L
Decimal 175 176 251 0.30 0.30 0 0.02 239.21 0.9 0.84
Hex AF B0 FB 1E 1E 0 2 EF 5A 54
Octal 257 260 373 36 36 0 2 357 132 124
Binary 10101111 10110000 11111011 11110 11110 0 10 11101111 1011010 1010100

Color Harmonies of #AFB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0FB

Black with #AFB0FB

Text Example


Text Example

White with #AFB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0FB; }

 p { color: rgb(175,176,251); }

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

background-color css

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

 a { background-color: rgb(175,176,251); }

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

border-color css

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

 span { border-color: rgb(175,176,251); }

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