Html Css Color HEX #B29CDF Biloba Flower

📋 copy color: '#B29CDF'

red 178 ◦ green 156 ◦ blue 223

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

Shades of Biloba Flower #B29CDF

Tints of Biloba Flower #B29CDF

RGB

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

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

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

R = 31.96%
G = 28.01%
B = 40.04%

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

#B29CDF (or 0xB29CDF) is known color: Biloba Flower. HEX triplet: B2, 9C and DF. RGB value is (178,156,223). Sum of RGB (Red+Green+Blue) = 178+156+223=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B29CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CDF is #4D6320. Grayscale: #A9A9A9. Windows color (decimal): -5071649 or 14654642. OLE color: 14654642.

HSL color Cylindrical-coordinate representation of color #B29CDF: hue angle of 259.7º degrees, saturation: 0.51, 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 #B29CDF is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 156 223 -
CMYK 0.20 0.30 0 0.13
HSL 259.7º 0.51% 0.74% -
HSV(B) 259.7º 0.3% 0.87% -
XYZ 43.57 38.57 74.96 -
YUV 170.22 157.79 133.55 -
System Red Green Blue C M Y K H S L
Decimal 178 156 223 0.20 0.30 0 0.13 259.7 0.51 0.74
Hex B2 9C DF 14 1E 0 D 104 33 4A
Octal 262 234 337 24 36 0 15 404 63 112
Binary 10110010 10011100 11011111 10100 11110 0 1101 100000100 110011 1001010

Color Harmonies of #B29CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CDF

Black with #B29CDF

Text Example


Text Example

White with #B29CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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