Html Css Color HEX #B19CDB Biloba Flower

📋 copy color: '#B19CDB'

red 177 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #B19CDB

Tints of Biloba Flower #B19CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

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

R = 32.07%
G = 28.26%
B = 39.67%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B19CDB (or 0xB19CDB) is known color: Biloba Flower. HEX triplet: B1, 9C and DB. RGB value is (177,156,219). Sum of RGB (Red+Green+Blue) = 177+156+219=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CDB is #4E6324. Grayscale: #A9A9A9. Windows color (decimal): -5137189 or 14392497. OLE color: 14392497.

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

Color convert

RGB 177 156 219 -
CMYK 0.19 0.29 0 0.14
HSL 260º 0.47% 0.74% -
HSV(B) 260º 0.29% 0.86% -
XYZ 42.81 38.24 72.14 -
YUV 169.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 177 156 219 0.19 0.29 0 0.14 260 0.47 0.74
Hex B1 9C DB 13 1D 0 E 104 2F 4A
Octal 261 234 333 23 35 0 16 404 57 112
Binary 10110001 10011100 11011011 10011 11101 0 1110 100000100 101111 1001010

Color Harmonies of #B19CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19CDB

Black with #B19CDB

Text Example


Text Example

White with #B19CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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