Html Css Color HEX #B3A5E1 Biloba Flower

📋 copy color: '#B3A5E1'

red 179 ◦ green 165 ◦ blue 225

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

Shades of Biloba Flower #B3A5E1

Tints of Biloba Flower #B3A5E1

RGB

 RED value IS 179 (70.31% from 255) = 31.46%

 GREEN value IS 165 (64.84% from 255) = 29%

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 31.46%
G = 29%
B = 39.54%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B3A5E1 (or 0xB3A5E1) is known color: Biloba Flower. HEX triplet: B3, A5 and E1. RGB value is (179,165,225). Sum of RGB (Red+Green+Blue) = 179+165+225=569 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.46% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #B3A5E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A5E1 is #4C5A1E. Grayscale: #AFAFAF. Windows color (decimal): -5003807 or 14788019. OLE color: 14788019.

HSL color Cylindrical-coordinate representation of color #B3A5E1: hue angle of 254º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3A5E1 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 179 165 225 -
CMYK 0.20 0.27 0 0.12
HSL 254º 0.5% 0.76% -
HSV(B) 254º 0.27% 0.88% -
XYZ 45.64 41.93 76.92 -
YUV 176.03 155.64 130.12 -
System Red Green Blue C M Y K H S L
Decimal 179 165 225 0.20 0.27 0 0.12 254 0.5 0.76
Hex B3 A5 E1 14 1B 0 C FE 32 4C
Octal 263 245 341 24 33 0 14 376 62 114
Binary 10110011 10100101 11100001 10100 11011 0 1100 11111110 110010 1001100

Color Harmonies of #B3A5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A5E1

Black with #B3A5E1

Text Example


Text Example

White with #B3A5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A5E1; }

 p { color: rgb(179,165,225); }

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

background-color css

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

 a { background-color: rgb(179,165,225); }

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

border-color css

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

 span { border-color: rgb(179,165,225); }

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