Html Css Color HEX #B29DEB Biloba Flower

📋 copy color: '#B29DEB'

red 178 ◦ green 157 ◦ blue 235

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

Shades of Biloba Flower #B29DEB

Tints of Biloba Flower #B29DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 31.23%
G = 27.54%
B = 41.23%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B29DEB (or 0xB29DEB) is known color: Biloba Flower. HEX triplet: B2, 9D and EB. RGB value is (178,157,235). Sum of RGB (Red+Green+Blue) = 178+157+235=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #B29DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29DEB is #4D6214. Grayscale: #ABABAB. Windows color (decimal): -5071381 or 15441330. OLE color: 15441330.

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

Color convert

RGB 178 157 235 -
CMYK 0.24 0.33 0 0.08
HSL 256.15º 0.66% 0.77% -
HSV(B) 256.15º 0.33% 0.92% -
XYZ 45.41 39.58 83.84 -
YUV 172.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 178 157 235 0.24 0.33 0 0.08 256.15 0.66 0.77
Hex B2 9D EB 18 21 0 8 100 42 4D
Octal 262 235 353 30 41 0 10 400 102 115
Binary 10110010 10011101 11101011 11000 100001 0 1000 100000000 1000010 1001101

Color Harmonies of #B29DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DEB

Black with #B29DEB

Text Example


Text Example

White with #B29DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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