Html Css Color HEX #B29DCD Biloba Flower

📋 copy color: '#B29DCD'

red 178 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #B29DCD

Tints of Biloba Flower #B29DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.07%

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

R = 32.96%
G = 29.07%
B = 37.96%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B29DCD (or 0xB29DCD) is known color: Biloba Flower. HEX triplet: B2, 9D and CD. RGB value is (178,157,205). Sum of RGB (Red+Green+Blue) = 178+157+205=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #B29DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DCD is #4D6232. Grayscale: #A8A8A8. Windows color (decimal): -5071411 or 13475250. OLE color: 13475250.

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

Color convert

RGB 178 157 205 -
CMYK 0.13 0.23 0 0.20
HSL 266.25º 0.32% 0.71% -
HSV(B) 266.25º 0.23% 0.8% -
XYZ 41.44 37.99 62.91 -
YUV 168.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 178 157 205 0.13 0.23 0 0.20 266.25 0.32 0.71
Hex B2 9D CD D 17 0 14 10A 20 47
Octal 262 235 315 15 27 0 24 412 40 107
Binary 10110010 10011101 11001101 1101 10111 0 10100 100001010 100000 1000111

Color Harmonies of #B29DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DCD

Black with #B29DCD

Text Example


Text Example

White with #B29DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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