Html Css Color HEX #B499CA Biloba Flower

📋 copy color: '#B499CA'

red 180 ◦ green 153 ◦ blue 202

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

Shades of Biloba Flower #B499CA

Tints of Biloba Flower #B499CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 33.64%
G = 28.6%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B499CA (or 0xB499CA) is known color: Biloba Flower. HEX triplet: B4, 99 and CA. RGB value is (180,153,202). Sum of RGB (Red+Green+Blue) = 180+153+202=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #B499CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499CA is #4B6635. Grayscale: #A6A6A6. Windows color (decimal): -4941366 or 13277620. OLE color: 13277620.

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

Color convert

RGB 180 153 202 -
CMYK 0.11 0.24 0 0.21
HSL 273.06º 0.32% 0.7% -
HSV(B) 273.06º 0.24% 0.79% -
XYZ 40.87 36.75 60.82 -
YUV 166.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 180 153 202 0.11 0.24 0 0.21 273.06 0.32 0.7
Hex B4 99 CA B 18 0 15 111 20 46
Octal 264 231 312 13 30 0 25 421 40 106
Binary 10110100 10011001 11001010 1011 11000 0 10101 100010001 100000 1000110

Color Harmonies of #B499CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499CA

Black with #B499CA

Text Example


Text Example

White with #B499CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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