Html Css Color HEX #B0A6DB Biloba Flower

📋 copy color: '#B0A6DB'

red 176 ◦ green 166 ◦ blue 219

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

Shades of Biloba Flower #B0A6DB

Tints of Biloba Flower #B0A6DB

RGB

 RED value IS 176 (69.14% from 255) = 31.37%

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

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

R = 31.37%
G = 29.59%
B = 39.04%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0A6DB (or 0xB0A6DB) is known color: Biloba Flower. HEX triplet: B0, A6 and DB. RGB value is (176,166,219). Sum of RGB (Red+Green+Blue) = 176+166+219=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 166 (65.23% from 255 or 29.59% 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 #B0A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6DB is #4F5924. Grayscale: #AEAEAE. Windows color (decimal): -5200165 or 14395056. OLE color: 14395056.

HSL color Cylindrical-coordinate representation of color #B0A6DB: hue angle of 251.32º 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 #B0A6DB is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 166 219 -
CMYK 0.20 0.24 0 0.14
HSL 251.32º 0.42% 0.75% -
HSV(B) 251.32º 0.24% 0.86% -
XYZ 44.33 41.62 72.71 -
YUV 175.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 176 166 219 0.20 0.24 0 0.14 251.32 0.42 0.75
Hex B0 A6 DB 14 18 0 E FB 2A 4B
Octal 260 246 333 24 30 0 16 373 52 113
Binary 10110000 10100110 11011011 10100 11000 0 1110 11111011 101010 1001011

Color Harmonies of #B0A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A6DB

Black with #B0A6DB

Text Example


Text Example

White with #B0A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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