Html Css Color HEX #A7BDEB Perano

📋 copy color: '#A7BDEB'

red 167 ◦ green 189 ◦ blue 235

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

Shades of Perano #A7BDEB

Tints of Perano #A7BDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 28.26%
G = 31.98%
B = 39.76%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7BDEB (or 0xA7BDEB) is known color: Perano. HEX triplet: A7, BD and EB. RGB value is (167,189,235). Sum of RGB (Red+Green+Blue) = 167+189+235=591 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.26% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BDEB is #584214. Grayscale: #BBBBBB. Windows color (decimal): -5784085 or 15449511. OLE color: 15449511.

HSL color Cylindrical-coordinate representation of color #A7BDEB: hue angle of 220.59º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7BDEB is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 189 235 -
CMYK 0.29 0.20 0 0.08
HSL 220.59º 0.63% 0.79% -
HSV(B) 220.59º 0.29% 0.92% -
XYZ 49.13 50.61 85.78 -
YUV 187.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 167 189 235 0.29 0.20 0 0.08 220.59 0.63 0.79
Hex A7 BD EB 1D 14 0 8 DD 3F 4F
Octal 247 275 353 35 24 0 10 335 77 117
Binary 10100111 10111101 11101011 11101 10100 0 1000 11011101 111111 1001111

Color Harmonies of #A7BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDEB

Black with #A7BDEB

Text Example


Text Example

White with #A7BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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