Html Css Color HEX #B29BED Biloba Flower

📋 copy color: '#B29BED'

red 178 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #B29BED

Tints of Biloba Flower #B29BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 31.23%
G = 27.19%
B = 41.58%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B29BED (or 0xB29BED) is known color: Biloba Flower. HEX triplet: B2, 9B and ED. RGB value is (178,155,237). Sum of RGB (Red+Green+Blue) = 178+155+237=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B29BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BED is #4D6412. Grayscale: #AAAAAA. Windows color (decimal): -5071891 or 15571890. OLE color: 15571890.

HSL color Cylindrical-coordinate representation of color #B29BED: hue angle of 256.83º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B29BED is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 155 237 -
CMYK 0.25 0.35 0 0.07
HSL 256.83º 0.69% 0.77% -
HSV(B) 256.83º 0.35% 0.93% -
XYZ 45.37 39.02 85.26 -
YUV 171.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 178 155 237 0.25 0.35 0 0.07 256.83 0.69 0.77
Hex B2 9B ED 19 23 0 7 101 45 4D
Octal 262 233 355 31 43 0 7 401 105 115
Binary 10110010 10011011 11101101 11001 100011 0 111 100000001 1000101 1001101

Color Harmonies of #B29BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BED

Black with #B29BED

Text Example


Text Example

White with #B29BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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