Html Css Color HEX #A5BCF1 Perano

📋 copy color: '#A5BCF1'

red 165 ◦ green 188 ◦ blue 241

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

Shades of Perano #A5BCF1

Tints of Perano #A5BCF1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 27.78%
G = 31.65%
B = 40.57%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A5BCF1 (or 0xA5BCF1) is known color: Perano. HEX triplet: A5, BC and F1. RGB value is (165,188,241). Sum of RGB (Red+Green+Blue) = 165+188+241=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5BCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCF1 is #5A430E. Grayscale: #BABABA. Windows color (decimal): -5915407 or 15842469. OLE color: 15842469.

HSL color Cylindrical-coordinate representation of color #A5BCF1: hue angle of 221.84º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5BCF1 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 188 241 -
CMYK 0.32 0.22 0 0.05
HSL 221.84º 0.73% 0.8% -
HSV(B) 221.84º 0.32% 0.95% -
XYZ 49.38 50.32 90.33 -
YUV 187.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 165 188 241 0.32 0.22 0 0.05 221.84 0.73 0.8
Hex A5 BC F1 20 16 0 5 DE 49 50
Octal 245 274 361 40 26 0 5 336 111 120
Binary 10100101 10111100 11110001 100000 10110 0 101 11011110 1001001 1010000

Color Harmonies of #A5BCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCF1

Black with #A5BCF1

Text Example


Text Example

White with #A5BCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCF1; }

 p { color: rgb(165,188,241); }

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

background-color css

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

 a { background-color: rgb(165,188,241); }

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

border-color css

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

 span { border-color: rgb(165,188,241); }

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