Html Css Color HEX #B2A3DB Biloba Flower

📋 copy color: '#B2A3DB'

red 178 ◦ green 163 ◦ blue 219

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

Shades of Biloba Flower #B2A3DB

Tints of Biloba Flower #B2A3DB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.11%

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

R = 31.79%
G = 29.11%
B = 39.11%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2A3DB (or 0xB2A3DB) is known color: Biloba Flower. HEX triplet: B2, A3 and DB. RGB value is (178,163,219). Sum of RGB (Red+Green+Blue) = 178+163+219=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 163 (64.06% from 255 or 29.11% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2A3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3DB is #4D5C24. Grayscale: #ADADAD. Windows color (decimal): -5069861 or 14394290. OLE color: 14394290.

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

Color convert

RGB 178 163 219 -
CMYK 0.19 0.26 0 0.14
HSL 256.07º 0.44% 0.75% -
HSV(B) 256.07º 0.26% 0.86% -
XYZ 44.24 40.77 72.56 -
YUV 173.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 178 163 219 0.19 0.26 0 0.14 256.07 0.44 0.75
Hex B2 A3 DB 13 1A 0 E 100 2C 4B
Octal 262 243 333 23 32 0 16 400 54 113
Binary 10110010 10100011 11011011 10011 11010 0 1110 100000000 101100 1001011

Color Harmonies of #B2A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A3DB

Black with #B2A3DB

Text Example


Text Example

White with #B2A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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