Html Css Color HEX #B29ED7 Biloba Flower

📋 copy color: '#B29ED7'

red 178 ◦ green 158 ◦ blue 215

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

Shades of Biloba Flower #B29ED7

Tints of Biloba Flower #B29ED7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.68%

 BLUE value IS 215 (84.38% from 255) = 39.02%

R = 32.3%
G = 28.68%
B = 39.02%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B29ED7 (or 0xB29ED7) is known color: Biloba Flower. HEX triplet: B2, 9E and D7. RGB value is (178,158,215). Sum of RGB (Red+Green+Blue) = 178+158+215=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 215 - color contains mainly: blue. Hex color #B29ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ED7 is #4D6128. Grayscale: #AAAAAA. Windows color (decimal): -5071145 or 14130866. OLE color: 14130866.

HSL color Cylindrical-coordinate representation of color #B29ED7: hue angle of 261.05º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B29ED7 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 158 215 -
CMYK 0.17 0.27 0 0.16
HSL 261.05º 0.42% 0.73% -
HSV(B) 261.05º 0.27% 0.84% -
XYZ 42.85 38.83 69.53 -
YUV 170.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 178 158 215 0.17 0.27 0 0.16 261.05 0.42 0.73
Hex B2 9E D7 11 1B 0 10 105 2A 49
Octal 262 236 327 21 33 0 20 405 52 111
Binary 10110010 10011110 11010111 10001 11011 0 10000 100000101 101010 1001001

Color Harmonies of #B29ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ED7

Black with #B29ED7

Text Example


Text Example

White with #B29ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ED7; }

 p { color: rgb(178,158,215); }

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

background-color css

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

 a { background-color: rgb(178,158,215); }

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

border-color css

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

 span { border-color: rgb(178,158,215); }

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