Html Css Color HEX #AFB6FA Perano

📋 copy color: '#AFB6FA'

red 175 ◦ green 182 ◦ blue 250

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

Shades of Perano #AFB6FA

Tints of Perano #AFB6FA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.98%

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 28.83%
G = 29.98%
B = 41.19%

CMYK

 C value IS 0.3

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFB6FA (or 0xAFB6FA) is known color: Perano. HEX triplet: AF, B6 and FA. RGB value is (175,182,250). Sum of RGB (Red+Green+Blue) = 175+182+250=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB6FA is #504905. Grayscale: #BBBBBB. Windows color (decimal): -5261574 or 16430767. OLE color: 16430767.

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

Color convert

RGB 175 182 250 -
CMYK 0.3 0.27 0 0.02
HSL 234.4º 0.88% 0.83% -
HSV(B) 234.4º 0.3% 0.98% -
XYZ 51.66 49.47 97.27 -
YUV 187.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 175 182 250 0.3 0.27 0 0.02 234.4 0.88 0.83
Hex AF B6 FA 1E 1B 0 2 EA 58 53
Octal 257 266 372 36 33 0 2 352 130 123
Binary 10101111 10110110 11111010 11110 11011 0 10 11101010 1011000 1010011

Color Harmonies of #AFB6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6FA

Black with #AFB6FA

Text Example


Text Example

White with #AFB6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6FA; }

 p { color: rgb(175,182,250); }

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

background-color css

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

 a { background-color: rgb(175,182,250); }

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

border-color css

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

 span { border-color: rgb(175,182,250); }

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