Html Css Color HEX #AFBAF2 Perano

📋 copy color: '#AFBAF2'

red 175 ◦ green 186 ◦ blue 242

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

Shades of Perano #AFBAF2

Tints of Perano #AFBAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.85%

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 29.02%
G = 30.85%
B = 40.13%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFBAF2 (or 0xAFBAF2) is known color: Perano. HEX triplet: AF, BA and F2. RGB value is (175,186,242). Sum of RGB (Red+Green+Blue) = 175+186+242=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAF2 is #50450D. Grayscale: #BCBCBC. Windows color (decimal): -5260558 or 15907503. OLE color: 15907503.

HSL color Cylindrical-coordinate representation of color #AFBAF2: hue angle of 230.15º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBAF2 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 186 242 -
CMYK 0.28 0.23 0 0.05
HSL 230.15º 0.72% 0.82% -
HSV(B) 230.15º 0.28% 0.95% -
XYZ 51.27 50.64 91.08 -
YUV 189.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 175 186 242 0.28 0.23 0 0.05 230.15 0.72 0.82
Hex AF BA F2 1C 17 0 5 E6 48 52
Octal 257 272 362 34 27 0 5 346 110 122
Binary 10101111 10111010 11110010 11100 10111 0 101 11100110 1001000 1010010

Color Harmonies of #AFBAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBAF2

Black with #AFBAF2

Text Example


Text Example

White with #AFBAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBAF2; }

 p { color: rgb(175,186,242); }

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

background-color css

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

 a { background-color: rgb(175,186,242); }

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

border-color css

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

 span { border-color: rgb(175,186,242); }

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