Html Css Color HEX #A5BDEF Perano

📋 copy color: '#A5BDEF'

red 165 ◦ green 189 ◦ blue 239

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

Shades of Perano #A5BDEF

Tints of Perano #A5BDEF

RGB

 RED value IS 165 (64.84% from 255) = 27.82%

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

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 27.82%
G = 31.87%
B = 40.3%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A5BDEF (or 0xA5BDEF) is known color: Perano. HEX triplet: A5, BD and EF. RGB value is (165,189,239). Sum of RGB (Red+Green+Blue) = 165+189+239=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #A5BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BDEF is #5A4210. Grayscale: #BBBBBB. Windows color (decimal): -5915153 or 15711653. OLE color: 15711653.

HSL color Cylindrical-coordinate representation of color #A5BDEF: hue angle of 220.54º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5BDEF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 189 239 -
CMYK 0.31 0.21 0 0.06
HSL 220.54º 0.7% 0.79% -
HSV(B) 220.54º 0.31% 0.94% -
XYZ 49.29 50.63 88.84 -
YUV 187.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 165 189 239 0.31 0.21 0 0.06 220.54 0.7 0.79
Hex A5 BD EF 1F 15 0 6 DD 46 4F
Octal 245 275 357 37 25 0 6 335 106 117
Binary 10100101 10111101 11101111 11111 10101 0 110 11011101 1000110 1001111

Color Harmonies of #A5BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BDEF

Black with #A5BDEF

Text Example


Text Example

White with #A5BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BDEF; }

 p { color: rgb(165,189,239); }

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

background-color css

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

 a { background-color: rgb(165,189,239); }

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

border-color css

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

 span { border-color: rgb(165,189,239); }

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