Html Css Color HEX #B2A4E5 Biloba Flower

📋 copy color: '#B2A4E5'

red 178 ◦ green 164 ◦ blue 229

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

Shades of Biloba Flower #B2A4E5

Tints of Biloba Flower #B2A4E5

RGB

 RED value IS 178 (69.92% from 255) = 31.17%

 GREEN value IS 164 (64.45% from 255) = 28.72%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 31.17%
G = 28.72%
B = 40.11%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B2A4E5 (or 0xB2A4E5) is known color: Biloba Flower. HEX triplet: B2, A4 and E5. RGB value is (178,164,229). Sum of RGB (Red+Green+Blue) = 178+164+229=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 164 (64.45% from 255 or 28.72% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #B2A4E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A4E5 is #4D5B1A. Grayscale: #AFAFAF. Windows color (decimal): -5069595 or 15049906. OLE color: 15049906.

HSL color Cylindrical-coordinate representation of color #B2A4E5: hue angle of 252.92º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2A4E5 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 164 229 -
CMYK 0.22 0.28 0 0.10
HSL 252.92º 0.56% 0.77% -
HSV(B) 252.92º 0.28% 0.9% -
XYZ 45.78 41.67 79.76 -
YUV 175.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 178 164 229 0.22 0.28 0 0.10 252.92 0.56 0.77
Hex B2 A4 E5 16 1C 0 A FD 38 4D
Octal 262 244 345 26 34 0 12 375 70 115
Binary 10110010 10100100 11100101 10110 11100 0 1010 11111101 111000 1001101

Color Harmonies of #B2A4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4E5

Black with #B2A4E5

Text Example


Text Example

White with #B2A4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4E5; }

 p { color: rgb(178,164,229); }

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

background-color css

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

 a { background-color: rgb(178,164,229); }

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

border-color css

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

 span { border-color: rgb(178,164,229); }

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