Html Css Color HEX #B497CA Biloba Flower

📋 copy color: '#B497CA'

red 180 ◦ green 151 ◦ blue 202

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

Shades of Biloba Flower #B497CA

Tints of Biloba Flower #B497CA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.33%

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

R = 33.77%
G = 28.33%
B = 37.9%

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

#B497CA (or 0xB497CA) is known color: Biloba Flower. HEX triplet: B4, 97 and CA. RGB value is (180,151,202). Sum of RGB (Red+Green+Blue) = 180+151+202=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #B497CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497CA is #4B6835. Grayscale: #A5A5A5. Windows color (decimal): -4941878 or 13277108. OLE color: 13277108.

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

Color convert

RGB 180 151 202 -
CMYK 0.11 0.25 0 0.21
HSL 274.12º 0.32% 0.69% -
HSV(B) 274.12º 0.25% 0.79% -
XYZ 40.55 36.1 60.71 -
YUV 165.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 180 151 202 0.11 0.25 0 0.21 274.12 0.32 0.69
Hex B4 97 CA B 19 0 15 112 20 45
Octal 264 227 312 13 31 0 25 422 40 105
Binary 10110100 10010111 11001010 1011 11001 0 10101 100010010 100000 1000101

Color Harmonies of #B497CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497CA

Black with #B497CA

Text Example


Text Example

White with #B497CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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