Html Css Color HEX #B3A6DB Biloba Flower

📋 copy color: '#B3A6DB'

red 179 ◦ green 166 ◦ blue 219

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

Shades of Biloba Flower #B3A6DB

Tints of Biloba Flower #B3A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.43%

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

R = 31.74%
G = 29.43%
B = 38.83%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3A6DB (or 0xB3A6DB) is known color: Biloba Flower. HEX triplet: B3, A6 and DB. RGB value is (179,166,219). Sum of RGB (Red+Green+Blue) = 179+166+219=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A6DB is #4C5924. Grayscale: #AFAFAF. Windows color (decimal): -5003557 or 14395059. OLE color: 14395059.

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

Color convert

RGB 179 166 219 -
CMYK 0.18 0.24 0 0.14
HSL 254.72º 0.42% 0.75% -
HSV(B) 254.72º 0.24% 0.86% -
XYZ 45.01 41.97 72.75 -
YUV 175.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 179 166 219 0.18 0.24 0 0.14 254.72 0.42 0.75
Hex B3 A6 DB 12 18 0 E FF 2A 4B
Octal 263 246 333 22 30 0 16 377 52 113
Binary 10110011 10100110 11011011 10010 11000 0 1110 11111111 101010 1001011

Color Harmonies of #B3A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A6DB

Black with #B3A6DB

Text Example


Text Example

White with #B3A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A6DB; }

 p { color: rgb(179,166,219); }

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

background-color css

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

 a { background-color: rgb(179,166,219); }

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

border-color css

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

 span { border-color: rgb(179,166,219); }

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