Html Css Color HEX #B29BDF Biloba Flower

📋 copy color: '#B29BDF'

red 178 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #B29BDF

Tints of Biloba Flower #B29BDF

RGB

 RED value IS 178 (69.92% from 255) = 32.01%

 GREEN value IS 155 (60.94% from 255) = 27.88%

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 32.01%
G = 27.88%
B = 40.11%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29BDF (or 0xB29BDF) is known color: Biloba Flower. HEX triplet: B2, 9B and DF. RGB value is (178,155,223). Sum of RGB (Red+Green+Blue) = 178+155+223=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #B29BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BDF is #4D6420. Grayscale: #A9A9A9. Windows color (decimal): -5071905 or 14654386. OLE color: 14654386.

HSL color Cylindrical-coordinate representation of color #B29BDF: hue angle of 260.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29BDF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 155 223 -
CMYK 0.20 0.30 0 0.13
HSL 260.29º 0.52% 0.74% -
HSV(B) 260.29º 0.3% 0.87% -
XYZ 43.4 38.24 74.9 -
YUV 169.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 178 155 223 0.20 0.30 0 0.13 260.29 0.52 0.74
Hex B2 9B DF 14 1E 0 D 104 34 4A
Octal 262 233 337 24 36 0 15 404 64 112
Binary 10110010 10011011 11011111 10100 11110 0 1101 100000100 110100 1001010

Color Harmonies of #B29BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BDF

Black with #B29BDF

Text Example


Text Example

White with #B29BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BDF; }

 p { color: rgb(178,155,223); }

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

background-color css

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

 a { background-color: rgb(178,155,223); }

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

border-color css

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

 span { border-color: rgb(178,155,223); }

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