Html Css Color HEX #B49CDB Biloba Flower

📋 copy color: '#B49CDB'

red 180 ◦ green 156 ◦ blue 219

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

Shades of Biloba Flower #B49CDB

Tints of Biloba Flower #B49CDB

RGB

 RED value IS 180 (70.7% from 255) = 32.43%

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

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

R = 32.43%
G = 28.11%
B = 39.46%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B49CDB (or 0xB49CDB) is known color: Biloba Flower. HEX triplet: B4, 9C and DB. RGB value is (180,156,219). Sum of RGB (Red+Green+Blue) = 180+156+219=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B49CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CDB is #4B6324. Grayscale: #AAAAAA. Windows color (decimal): -4940581 or 14392500. OLE color: 14392500.

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

Color convert

RGB 180 156 219 -
CMYK 0.18 0.29 0 0.14
HSL 262.86º 0.47% 0.74% -
HSV(B) 262.86º 0.29% 0.86% -
XYZ 43.5 38.59 72.17 -
YUV 170.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 180 156 219 0.18 0.29 0 0.14 262.86 0.47 0.74
Hex B4 9C DB 12 1D 0 E 107 2F 4A
Octal 264 234 333 22 35 0 16 407 57 112
Binary 10110100 10011100 11011011 10010 11101 0 1110 100000111 101111 1001010

Color Harmonies of #B49CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CDB

Black with #B49CDB

Text Example


Text Example

White with #B49CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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