Html Css Color HEX #AFB3F2 Perano

📋 copy color: '#AFB3F2'

red 175 ◦ green 179 ◦ blue 242

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

Shades of Perano #AFB3F2

Tints of Perano #AFB3F2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.03%

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

R = 29.36%
G = 30.03%
B = 40.6%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFB3F2 (or 0xAFB3F2) is known color: Perano. HEX triplet: AF, B3 and F2. RGB value is (175,179,242). Sum of RGB (Red+Green+Blue) = 175+179+242=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 179 (70.31% from 255 or 30.03% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFB3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFB3F2 is #504C0D. Grayscale: #B8B8B8. Windows color (decimal): -5262350 or 15905711. OLE color: 15905711.

HSL color Cylindrical-coordinate representation of color #AFB3F2: hue angle of 236.42º 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 #AFB3F2 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 179 242 -
CMYK 0.28 0.26 0 0.05
HSL 236.42º 0.72% 0.82% -
HSV(B) 236.42º 0.28% 0.95% -
XYZ 49.83 47.76 90.6 -
YUV 184.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 175 179 242 0.28 0.26 0 0.05 236.42 0.72 0.82
Hex AF B3 F2 1C 1A 0 5 EC 48 52
Octal 257 263 362 34 32 0 5 354 110 122
Binary 10101111 10110011 11110010 11100 11010 0 101 11101100 1001000 1010010

Color Harmonies of #AFB3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3F2

Black with #AFB3F2

Text Example


Text Example

White with #AFB3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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