Html Css Color HEX #B1A0DB Biloba Flower

📋 copy color: '#B1A0DB'

red 177 ◦ green 160 ◦ blue 219

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

Shades of Biloba Flower #B1A0DB

Tints of Biloba Flower #B1A0DB

RGB

 RED value IS 177 (69.53% from 255) = 31.83%

 GREEN value IS 160 (62.89% from 255) = 28.78%

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

R = 31.83%
G = 28.78%
B = 39.39%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1A0DB (or 0xB1A0DB) is known color: Biloba Flower. HEX triplet: B1, A0 and DB. RGB value is (177,160,219). Sum of RGB (Red+Green+Blue) = 177+160+219=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1A0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0DB is #4E5F24. Grayscale: #ABABAB. Windows color (decimal): -5136165 or 14393521. OLE color: 14393521.

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

Color convert

RGB 177 160 219 -
CMYK 0.19 0.27 0 0.14
HSL 257.29º 0.45% 0.74% -
HSV(B) 257.29º 0.27% 0.86% -
XYZ 43.49 39.6 72.37 -
YUV 171.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 177 160 219 0.19 0.27 0 0.14 257.29 0.45 0.74
Hex B1 A0 DB 13 1B 0 E 101 2D 4A
Octal 261 240 333 23 33 0 16 401 55 112
Binary 10110001 10100000 11011011 10011 11011 0 1110 100000001 101101 1001010

Color Harmonies of #B1A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A0DB

Black with #B1A0DB

Text Example


Text Example

White with #B1A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A0DB; }

 p { color: rgb(177,160,219); }

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

background-color css

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

 a { background-color: rgb(177,160,219); }

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

border-color css

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

 span { border-color: rgb(177,160,219); }

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