Html Css Color HEX #A5BFFA Perano

📋 copy color: '#A5BFFA'

red 165 ◦ green 191 ◦ blue 250

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

Shades of Perano #A5BFFA

Tints of Perano #A5BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.52%

 BLUE value IS 250 (98.05% from 255) = 41.25%

R = 27.23%
G = 31.52%
B = 41.25%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A5BFFA (or 0xA5BFFA) is known color: Perano. HEX triplet: A5, BF and FA. RGB value is (165,191,250). Sum of RGB (Red+Green+Blue) = 165+191+250=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BFFA is #5A4005. Grayscale: #BDBDBD. Windows color (decimal): -5914630 or 16433061. OLE color: 16433061.

HSL color Cylindrical-coordinate representation of color #A5BFFA: hue angle of 221.65º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5BFFA is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 191 250 -
CMYK 0.34 0.24 0 0.02
HSL 221.65º 0.89% 0.81% -
HSV(B) 221.65º 0.34% 0.98% -
XYZ 51.4 52.16 97.8 -
YUV 189.95 161.89 110.2 -
System Red Green Blue C M Y K H S L
Decimal 165 191 250 0.34 0.24 0 0.02 221.65 0.89 0.81
Hex A5 BF FA 22 18 0 2 DE 59 51
Octal 245 277 372 42 30 0 2 336 131 121
Binary 10100101 10111111 11111010 100010 11000 0 10 11011110 1011001 1010001

Color Harmonies of #A5BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFFA

Black with #A5BFFA

Text Example


Text Example

White with #A5BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFFA; }

 p { color: rgb(165,191,250); }

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

background-color css

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

 a { background-color: rgb(165,191,250); }

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

border-color css

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

 span { border-color: rgb(165,191,250); }

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