Html Css Color HEX #B1A8DB Biloba Flower

📋 copy color: '#B1A8DB'

red 177 ◦ green 168 ◦ blue 219

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

Shades of Biloba Flower #B1A8DB

Tints of Biloba Flower #B1A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

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

R = 31.38%
G = 29.79%
B = 38.83%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1A8DB (or 0xB1A8DB) is known color: Biloba Flower. HEX triplet: B1, A8 and DB. RGB value is (177,168,219). Sum of RGB (Red+Green+Blue) = 177+168+219=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 168 (66.02% from 255 or 29.79% 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 #B1A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8DB is #4E5724. Grayscale: #B0B0B0. Windows color (decimal): -5134117 or 14395569. OLE color: 14395569.

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

Color convert

RGB 177 168 219 -
CMYK 0.19 0.23 0 0.14
HSL 250.59º 0.41% 0.76% -
HSV(B) 250.59º 0.23% 0.86% -
XYZ 44.92 42.47 72.85 -
YUV 176.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 177 168 219 0.19 0.23 0 0.14 250.59 0.41 0.76
Hex B1 A8 DB 13 17 0 E FB 29 4C
Octal 261 250 333 23 27 0 16 373 51 114
Binary 10110001 10101000 11011011 10011 10111 0 1110 11111011 101001 1001100

Color Harmonies of #B1A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A8DB

Black with #B1A8DB

Text Example


Text Example

White with #B1A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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