Html Css Color HEX #B29DE8 Biloba Flower

📋 copy color: '#B29DE8'

red 178 ◦ green 157 ◦ blue 232

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

Shades of Biloba Flower #B29DE8

Tints of Biloba Flower #B29DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 31.39%
G = 27.69%
B = 40.92%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B29DE8 (or 0xB29DE8) is known color: Biloba Flower. HEX triplet: B2, 9D and E8. RGB value is (178,157,232). Sum of RGB (Red+Green+Blue) = 178+157+232=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #B29DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DE8 is #4D6217. Grayscale: #ABABAB. Windows color (decimal): -5071384 or 15244722. OLE color: 15244722.

HSL color Cylindrical-coordinate representation of color #B29DE8: hue angle of 256.8º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29DE8 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 157 232 -
CMYK 0.23 0.32 0 0.09
HSL 256.8º 0.62% 0.76% -
HSV(B) 256.8º 0.32% 0.91% -
XYZ 44.98 39.41 81.58 -
YUV 171.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 178 157 232 0.23 0.32 0 0.09 256.8 0.62 0.76
Hex B2 9D E8 17 20 0 9 101 3E 4C
Octal 262 235 350 27 40 0 11 401 76 114
Binary 10110010 10011101 11101000 10111 100000 0 1001 100000001 111110 1001100

Color Harmonies of #B29DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DE8

Black with #B29DE8

Text Example


Text Example

White with #B29DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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