Html Css Color HEX #AFB2F0 Perano

📋 copy color: '#AFB2F0'

red 175 ◦ green 178 ◦ blue 240

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

Shades of Perano #AFB2F0

Tints of Perano #AFB2F0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.02%

 BLUE value IS 240 (94.14% from 255) = 40.47%

R = 29.51%
G = 30.02%
B = 40.47%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFB2F0 (or 0xAFB2F0) is known color: Perano. HEX triplet: AF, B2 and F0. RGB value is (175,178,240). Sum of RGB (Red+Green+Blue) = 175+178+240=593 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.51% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFB2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFB2F0 is #504D0F. Grayscale: #B7B7B7. Windows color (decimal): -5262608 or 15774383. OLE color: 15774383.

HSL color Cylindrical-coordinate representation of color #AFB2F0: hue angle of 237.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB2F0 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 178 240 -
CMYK 0.27 0.26 0 0.06
HSL 237.23º 0.68% 0.81% -
HSV(B) 237.23º 0.27% 0.94% -
XYZ 49.33 47.25 88.96 -
YUV 184.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 175 178 240 0.27 0.26 0 0.06 237.23 0.68 0.81
Hex AF B2 F0 1B 1A 0 6 ED 44 51
Octal 257 262 360 33 32 0 6 355 104 121
Binary 10101111 10110010 11110000 11011 11010 0 110 11101101 1000100 1010001

Color Harmonies of #AFB2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2F0

Black with #AFB2F0

Text Example


Text Example

White with #AFB2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2F0; }

 p { color: rgb(175,178,240); }

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

background-color css

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

 a { background-color: rgb(175,178,240); }

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

border-color css

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

 span { border-color: rgb(175,178,240); }

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