Html Css Color HEX #B2A4DB Biloba Flower

📋 copy color: '#B2A4DB'

red 178 ◦ green 164 ◦ blue 219

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

Shades of Biloba Flower #B2A4DB

Tints of Biloba Flower #B2A4DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.04%

R = 31.73%
G = 29.23%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2A4DB (or 0xB2A4DB) is known color: Biloba Flower. HEX triplet: B2, A4 and DB. RGB value is (178,164,219). Sum of RGB (Red+Green+Blue) = 178+164+219=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2A4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A4DB is #4D5B24. Grayscale: #AEAEAE. Windows color (decimal): -5069605 or 14394546. OLE color: 14394546.

HSL color Cylindrical-coordinate representation of color #B2A4DB: hue angle of 255.27º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2A4DB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 164 219 -
CMYK 0.19 0.25 0 0.14
HSL 255.27º 0.43% 0.75% -
HSV(B) 255.27º 0.25% 0.86% -
XYZ 44.42 41.13 72.62 -
YUV 174.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 178 164 219 0.19 0.25 0 0.14 255.27 0.43 0.75
Hex B2 A4 DB 13 19 0 E FF 2B 4B
Octal 262 244 333 23 31 0 16 377 53 113
Binary 10110010 10100100 11011011 10011 11001 0 1110 11111111 101011 1001011

Color Harmonies of #B2A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A4DB

Black with #B2A4DB

Text Example


Text Example

White with #B2A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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