Html Css Color HEX #B29DDC Biloba Flower

📋 copy color: '#B29DDC'

red 178 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #B29DDC

Tints of Biloba Flower #B29DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.64%

R = 32.07%
G = 28.29%
B = 39.64%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B29DDC (or 0xB29DDC) is known color: Biloba Flower. HEX triplet: B2, 9D and DC. RGB value is (178,157,220). Sum of RGB (Red+Green+Blue) = 178+157+220=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #B29DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DDC is #4D6223. Grayscale: #AAAAAA. Windows color (decimal): -5071396 or 14458290. OLE color: 14458290.

HSL color Cylindrical-coordinate representation of color #B29DDC: hue angle of 260º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B29DDC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 157 220 -
CMYK 0.19 0.29 0 0.14
HSL 260º 0.47% 0.74% -
HSV(B) 260º 0.29% 0.86% -
XYZ 43.34 38.75 72.9 -
YUV 170.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 178 157 220 0.19 0.29 0 0.14 260 0.47 0.74
Hex B2 9D DC 13 1D 0 E 104 2F 4A
Octal 262 235 334 23 35 0 16 404 57 112
Binary 10110010 10011101 11011100 10011 11101 0 1110 100000100 101111 1001010

Color Harmonies of #B29DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29DDC

Black with #B29DDC

Text Example


Text Example

White with #B29DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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