Html Css Color HEX #B29BEA Biloba Flower

📋 copy color: '#B29BEA'

red 178 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #B29BEA

Tints of Biloba Flower #B29BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.27%

R = 31.39%
G = 27.34%
B = 41.27%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B29BEA (or 0xB29BEA) is known color: Biloba Flower. HEX triplet: B2, 9B and EA. RGB value is (178,155,234). Sum of RGB (Red+Green+Blue) = 178+155+234=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #B29BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BEA is #4D6415. Grayscale: #AAAAAA. Windows color (decimal): -5071894 or 15375282. OLE color: 15375282.

HSL color Cylindrical-coordinate representation of color #B29BEA: hue angle of 257.47º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29BEA is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 155 234 -
CMYK 0.24 0.34 0 0.08
HSL 257.47º 0.65% 0.76% -
HSV(B) 257.47º 0.34% 0.92% -
XYZ 44.93 38.85 82.97 -
YUV 170.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 178 155 234 0.24 0.34 0 0.08 257.47 0.65 0.76
Hex B2 9B EA 18 22 0 8 101 41 4C
Octal 262 233 352 30 42 0 10 401 101 114
Binary 10110010 10011011 11101010 11000 100010 0 1000 100000001 1000001 1001100

Color Harmonies of #B29BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BEA

Black with #B29BEA

Text Example


Text Example

White with #B29BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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