Html Css Color HEX #B498CA Biloba Flower

📋 copy color: '#B498CA'

red 180 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #B498CA

Tints of Biloba Flower #B498CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.46%

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

R = 33.71%
G = 28.46%
B = 37.83%

CMYK

 C value IS 0.11

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B498CA (or 0xB498CA) is known color: Biloba Flower. HEX triplet: B4, 98 and CA. RGB value is (180,152,202). Sum of RGB (Red+Green+Blue) = 180+152+202=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #B498CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498CA is #4B6735. Grayscale: #A5A5A5. Windows color (decimal): -4941622 or 13277364. OLE color: 13277364.

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

Color convert

RGB 180 152 202 -
CMYK 0.11 0.25 0 0.21
HSL 273.6º 0.32% 0.69% -
HSV(B) 273.6º 0.25% 0.79% -
XYZ 40.71 36.42 60.76 -
YUV 166.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 180 152 202 0.11 0.25 0 0.21 273.6 0.32 0.69
Hex B4 98 CA B 19 0 15 112 20 45
Octal 264 230 312 13 31 0 25 422 40 105
Binary 10110100 10011000 11001010 1011 11001 0 10101 100010010 100000 1000101

Color Harmonies of #B498CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498CA

Black with #B498CA

Text Example


Text Example

White with #B498CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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