Html Css Color HEX #B29CCB Biloba Flower

📋 copy color: '#B29CCB'

red 178 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #B29CCB

Tints of Biloba Flower #B29CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.05%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 33.15%
G = 29.05%
B = 37.8%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B29CCB (or 0xB29CCB) is known color: Biloba Flower. HEX triplet: B2, 9C and CB. RGB value is (178,156,203). Sum of RGB (Red+Green+Blue) = 178+156+203=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #B29CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CCB is #4D6334. Grayscale: #A7A7A7. Windows color (decimal): -5071669 or 13343922. OLE color: 13343922.

HSL color Cylindrical-coordinate representation of color #B29CCB: hue angle of 268.09º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B29CCB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 156 203 -
CMYK 0.12 0.23 0 0.20
HSL 268.09º 0.31% 0.7% -
HSV(B) 268.09º 0.23% 0.8% -
XYZ 41.03 37.55 61.59 -
YUV 167.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 178 156 203 0.12 0.23 0 0.20 268.09 0.31 0.7
Hex B2 9C CB C 17 0 14 10C 1F 46
Octal 262 234 313 14 27 0 24 414 37 106
Binary 10110010 10011100 11001011 1100 10111 0 10100 100001100 11111 1000110

Color Harmonies of #B29CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CCB

Black with #B29CCB

Text Example


Text Example

White with #B29CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CCB; }

 p { color: rgb(178,156,203); }

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

background-color css

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

 a { background-color: rgb(178,156,203); }

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

border-color css

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

 span { border-color: rgb(178,156,203); }

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