Html Css Color HEX #B499CB Biloba Flower

📋 copy color: '#B499CB'

red 180 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #B499CB

Tints of Biloba Flower #B499CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.54%

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

R = 33.58%
G = 28.54%
B = 37.87%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B499CB (or 0xB499CB) is known color: Biloba Flower. HEX triplet: B4, 99 and CB. RGB value is (180,153,203). Sum of RGB (Red+Green+Blue) = 180+153+203=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #B499CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499CB is #4B6634. Grayscale: #A6A6A6. Windows color (decimal): -4941365 or 13343156. OLE color: 13343156.

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

Color convert

RGB 180 153 203 -
CMYK 0.11 0.25 0 0.20
HSL 272.4º 0.32% 0.7% -
HSV(B) 272.4º 0.25% 0.8% -
XYZ 40.99 36.8 61.44 -
YUV 166.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 180 153 203 0.11 0.25 0 0.20 272.4 0.32 0.7
Hex B4 99 CB B 19 0 14 110 20 46
Octal 264 231 313 13 31 0 24 420 40 106
Binary 10110100 10011001 11001011 1011 11001 0 10100 100010000 100000 1000110

Color Harmonies of #B499CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499CB

Black with #B499CB

Text Example


Text Example

White with #B499CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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