Html Css Color HEX #B498C9 Biloba Flower

📋 copy color: '#B498C9'

red 180 ◦ green 152 ◦ blue 201

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

Shades of Biloba Flower #B498C9

Tints of Biloba Flower #B498C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 33.77%
G = 28.52%
B = 37.71%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B498C9 (or 0xB498C9) is known color: Biloba Flower. HEX triplet: B4, 98 and C9. RGB value is (180,152,201). Sum of RGB (Red+Green+Blue) = 180+152+201=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #B498C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498C9 is #4B6736. Grayscale: #A5A5A5. Windows color (decimal): -4941623 or 13211828. OLE color: 13211828.

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

Color convert

RGB 180 152 201 -
CMYK 0.10 0.24 0 0.21
HSL 274.29º 0.31% 0.69% -
HSV(B) 274.29º 0.24% 0.79% -
XYZ 40.59 36.38 60.14 -
YUV 165.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 180 152 201 0.10 0.24 0 0.21 274.29 0.31 0.69
Hex B4 98 C9 A 18 0 15 112 1F 45
Octal 264 230 311 12 30 0 25 422 37 105
Binary 10110100 10011000 11001001 1010 11000 0 10101 100010010 11111 1000101

Color Harmonies of #B498C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498C9

Black with #B498C9

Text Example


Text Example

White with #B498C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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