Html Css Color HEX #B29DDE Biloba Flower

📋 copy color: '#B29DDE'

red 178 ◦ green 157 ◦ blue 222

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

Shades of Biloba Flower #B29DDE

Tints of Biloba Flower #B29DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.86%

R = 31.96%
G = 28.19%
B = 39.86%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B29DDE (or 0xB29DDE) is known color: Biloba Flower. HEX triplet: B2, 9D and DE. RGB value is (178,157,222). Sum of RGB (Red+Green+Blue) = 178+157+222=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #B29DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DDE is #4D6221. Grayscale: #AAAAAA. Windows color (decimal): -5071394 or 14589362. OLE color: 14589362.

HSL color Cylindrical-coordinate representation of color #B29DDE: hue angle of 259.38º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29DDE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 157 222 -
CMYK 0.20 0.29 0 0.13
HSL 259.38º 0.5% 0.74% -
HSV(B) 259.38º 0.29% 0.87% -
XYZ 43.6 38.85 74.31 -
YUV 170.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 178 157 222 0.20 0.29 0 0.13 259.38 0.5 0.74
Hex B2 9D DE 14 1D 0 D 103 32 4A
Octal 262 235 336 24 35 0 15 403 62 112
Binary 10110010 10011101 11011110 10100 11101 0 1101 100000011 110010 1001010

Color Harmonies of #B29DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DDE

Black with #B29DDE

Text Example


Text Example

White with #B29DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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