Html Css Color HEX #B49BCC Biloba Flower

📋 copy color: '#B49BCC'

red 180 ◦ green 155 ◦ blue 204

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

Shades of Biloba Flower #B49BCC

Tints of Biloba Flower #B49BCC

RGB

 RED value IS 180 (70.7% from 255) = 33.4%

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 33.4%
G = 28.76%
B = 37.85%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B49BCC (or 0xB49BCC) is known color: Biloba Flower. HEX triplet: B4, 9B and CC. RGB value is (180,155,204). Sum of RGB (Red+Green+Blue) = 180+155+204=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #B49BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BCC is #4B6433. Grayscale: #A7A7A7. Windows color (decimal): -4940852 or 13409204. OLE color: 13409204.

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

Color convert

RGB 180 155 204 -
CMYK 0.12 0.24 0 0.2
HSL 270.61º 0.32% 0.7% -
HSV(B) 270.61º 0.24% 0.8% -
XYZ 41.44 37.51 62.18 -
YUV 168.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 180 155 204 0.12 0.24 0 0.2 270.61 0.32 0.7
Hex B4 9B CC C 18 0 14 10F 20 46
Octal 264 233 314 14 30 0 24 417 40 106
Binary 10110100 10011011 11001100 1100 11000 0 10100 100001111 100000 1000110

Color Harmonies of #B49BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BCC

Black with #B49BCC

Text Example


Text Example

White with #B49BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BCC; }

 p { color: rgb(180,155,204); }

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

background-color css

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

 a { background-color: rgb(180,155,204); }

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

border-color css

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

 span { border-color: rgb(180,155,204); }

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