Html Css Color HEX #B29BCD Biloba Flower

📋 copy color: '#B29BCD'

red 178 ◦ green 155 ◦ blue 205

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

Shades of Biloba Flower #B29BCD

Tints of Biloba Flower #B29BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 33.09%
G = 28.81%
B = 38.1%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B29BCD (or 0xB29BCD) is known color: Biloba Flower. HEX triplet: B2, 9B and CD. RGB value is (178,155,205). Sum of RGB (Red+Green+Blue) = 178+155+205=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B29BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29BCD is #4D6432. Grayscale: #A7A7A7. Windows color (decimal): -5071923 or 13474738. OLE color: 13474738.

HSL color Cylindrical-coordinate representation of color #B29BCD: hue angle of 267.6º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29BCD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 155 205 -
CMYK 0.13 0.24 0 0.20
HSL 267.6º 0.33% 0.71% -
HSV(B) 267.6º 0.24% 0.8% -
XYZ 41.1 37.32 62.79 -
YUV 167.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 178 155 205 0.13 0.24 0 0.20 267.6 0.33 0.71
Hex B2 9B CD D 18 0 14 10C 21 47
Octal 262 233 315 15 30 0 24 414 41 107
Binary 10110010 10011011 11001101 1101 11000 0 10100 100001100 100001 1000111

Color Harmonies of #B29BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BCD

Black with #B29BCD

Text Example


Text Example

White with #B29BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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