Html Css Color HEX #A7BDF0 Perano

📋 copy color: '#A7BDF0'

red 167 ◦ green 189 ◦ blue 240

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

Shades of Perano #A7BDF0

Tints of Perano #A7BDF0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.71%

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

R = 28.02%
G = 31.71%
B = 40.27%

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

#A7BDF0 (or 0xA7BDF0) is known color: Perano. HEX triplet: A7, BD and F0. RGB value is (167,189,240). Sum of RGB (Red+Green+Blue) = 167+189+240=596 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.02% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #A7BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BDF0 is #58420F. Grayscale: #BCBCBC. Windows color (decimal): -5784080 or 15777191. OLE color: 15777191.

HSL color Cylindrical-coordinate representation of color #A7BDF0: hue angle of 221.92º 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 #A7BDF0 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 189 240 -
CMYK 0.30 0.21 0 0.06
HSL 221.92º 0.71% 0.8% -
HSV(B) 221.92º 0.3% 0.94% -
XYZ 49.86 50.9 89.64 -
YUV 188.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 167 189 240 0.30 0.21 0 0.06 221.92 0.71 0.8
Hex A7 BD F0 1E 15 0 6 DE 47 50
Octal 247 275 360 36 25 0 6 336 107 120
Binary 10100111 10111101 11110000 11110 10101 0 110 11011110 1000111 1010000

Color Harmonies of #A7BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDF0

Black with #A7BDF0

Text Example


Text Example

White with #A7BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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