Html Css Color HEX #AFB7D7 Perano

📋 copy color: '#AFB7D7'

red 175 ◦ green 183 ◦ blue 215

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

Shades of Perano #AFB7D7

Tints of Perano #AFB7D7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.94%

 BLUE value IS 215 (84.38% from 255) = 37.52%

R = 30.54%
G = 31.94%
B = 37.52%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFB7D7 (or 0xAFB7D7) is known color: Perano. HEX triplet: AF, B7 and D7. RGB value is (175,183,215). Sum of RGB (Red+Green+Blue) = 175+183+215=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 215 (84.38% from 255 or 37.52% from 573); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFB7D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7D7 is #504828. Grayscale: #B8B8B8. Windows color (decimal): -5261353 or 14137263. OLE color: 14137263.

HSL color Cylindrical-coordinate representation of color #AFB7D7: hue angle of 228º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB7D7 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 183 215 -
CMYK 0.19 0.15 0 0.16
HSL 228º 0.33% 0.76% -
HSV(B) 228º 0.19% 0.84% -
XYZ 46.88 47.89 71.06 -
YUV 184.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 175 183 215 0.19 0.15 0 0.16 228 0.33 0.76
Hex AF B7 D7 13 F 0 10 E4 21 4C
Octal 257 267 327 23 17 0 20 344 41 114
Binary 10101111 10110111 11010111 10011 1111 0 10000 11100100 100001 1001100

Color Harmonies of #AFB7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7D7

Black with #AFB7D7

Text Example


Text Example

White with #AFB7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7D7; }

 p { color: rgb(175,183,215); }

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

background-color css

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

 a { background-color: rgb(175,183,215); }

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

border-color css

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

 span { border-color: rgb(175,183,215); }

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