Html Css Color HEX #A7BDED Perano

📋 copy color: '#A7BDED'

red 167 ◦ green 189 ◦ blue 237

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

Shades of Perano #A7BDED

Tints of Perano #A7BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 28.16%
G = 31.87%
B = 39.97%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A7BDED (or 0xA7BDED) is known color: Perano. HEX triplet: A7, BD and ED. RGB value is (167,189,237). Sum of RGB (Red+Green+Blue) = 167+189+237=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7BDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7BDED is #584212. Grayscale: #BBBBBB. Windows color (decimal): -5784083 or 15580583. OLE color: 15580583.

HSL color Cylindrical-coordinate representation of color #A7BDED: hue angle of 221.14º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7BDED is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 189 237 -
CMYK 0.30 0.20 0 0.07
HSL 221.14º 0.66% 0.79% -
HSV(B) 221.14º 0.3% 0.93% -
XYZ 49.42 50.73 87.31 -
YUV 187.89 155.71 113.1 -
System Red Green Blue C M Y K H S L
Decimal 167 189 237 0.30 0.20 0 0.07 221.14 0.66 0.79
Hex A7 BD ED 1E 14 0 7 DD 42 4F
Octal 247 275 355 36 24 0 7 335 102 117
Binary 10100111 10111101 11101101 11110 10100 0 111 11011101 1000010 1001111

Color Harmonies of #A7BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BDED

Black with #A7BDED

Text Example


Text Example

White with #A7BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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