Html Css Color HEX #A7BEF0 Perano

📋 copy color: '#A7BEF0'

red 167 ◦ green 190 ◦ blue 240

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

Shades of Perano #A7BEF0

Tints of Perano #A7BEF0

RGB

 RED value IS 167 (65.63% from 255) = 27.97%

 GREEN value IS 190 (74.61% from 255) = 31.83%

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

R = 27.97%
G = 31.83%
B = 40.2%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A7BEF0 (or 0xA7BEF0) is known color: Perano. HEX triplet: A7, BE and F0. RGB value is (167,190,240). Sum of RGB (Red+Green+Blue) = 167+190+240=597 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.97% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 240 (94.14% from 255 or 40.20% from 597); Max value from RGB is 240 - color contains mainly: blue. Hex color #A7BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BEF0 is #58410F. Grayscale: #BCBCBC. Windows color (decimal): -5783824 or 15777447. OLE color: 15777447.

HSL color Cylindrical-coordinate representation of color #A7BEF0: hue angle of 221.1º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7BEF0 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 190 240 -
CMYK 0.30 0.21 0 0.06
HSL 221.1º 0.71% 0.8% -
HSV(B) 221.1º 0.3% 0.94% -
XYZ 50.08 51.33 89.71 -
YUV 188.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 167 190 240 0.30 0.21 0 0.06 221.1 0.71 0.8
Hex A7 BE F0 1E 15 0 6 DD 47 50
Octal 247 276 360 36 25 0 6 335 107 120
Binary 10100111 10111110 11110000 11110 10101 0 110 11011101 1000111 1010000

Color Harmonies of #A7BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BEF0

Black with #A7BEF0

Text Example


Text Example

White with #A7BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BEF0; }

 p { color: rgb(167,190,240); }

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

background-color css

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

 a { background-color: rgb(167,190,240); }

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

border-color css

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

 span { border-color: rgb(167,190,240); }

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