Html Css Color HEX #B49CCB Biloba Flower

📋 copy color: '#B49CCB'

red 180 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #B49CCB

Tints of Biloba Flower #B49CCB

RGB

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

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

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

R = 33.4%
G = 28.94%
B = 37.66%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B49CCB (or 0xB49CCB) is known color: Biloba Flower. HEX triplet: B4, 9C and CB. RGB value is (180,156,203). Sum of RGB (Red+Green+Blue) = 180+156+203=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B49CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CCB is #4B6334. Grayscale: #A8A8A8. Windows color (decimal): -4940597 or 13343924. OLE color: 13343924.

HSL color Cylindrical-coordinate representation of color #B49CCB: hue angle of 270.64º 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 #B49CCB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 156 203 -
CMYK 0.11 0.23 0 0.20
HSL 270.64º 0.31% 0.7% -
HSV(B) 270.64º 0.23% 0.8% -
XYZ 41.49 37.79 61.61 -
YUV 168.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 180 156 203 0.11 0.23 0 0.20 270.64 0.31 0.7
Hex B4 9C CB B 17 0 14 10F 1F 46
Octal 264 234 313 13 27 0 24 417 37 106
Binary 10110100 10011100 11001011 1011 10111 0 10100 100001111 11111 1000110

Color Harmonies of #B49CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CCB

Black with #B49CCB

Text Example


Text Example

White with #B49CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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