Html Css Color HEX #B498D3 Biloba Flower

📋 copy color: '#B498D3'

red 180 ◦ green 152 ◦ blue 211

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

Shades of Biloba Flower #B498D3

Tints of Biloba Flower #B498D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.86%

R = 33.15%
G = 27.99%
B = 38.86%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B498D3 (or 0xB498D3) is known color: Biloba Flower. HEX triplet: B4, 98 and D3. RGB value is (180,152,211). Sum of RGB (Red+Green+Blue) = 180+152+211=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 211 (82.81% from 255 or 38.86% from 543); Max value from RGB is 211 - color contains mainly: blue. Hex color #B498D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498D3 is #4B672C. Grayscale: #A6A6A6. Windows color (decimal): -4941613 or 13867188. OLE color: 13867188.

HSL color Cylindrical-coordinate representation of color #B498D3: hue angle of 268.47º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B498D3 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 180 152 211 -
CMYK 0.15 0.28 0 0.17
HSL 268.47º 0.4% 0.71% -
HSV(B) 268.47º 0.28% 0.83% -
XYZ 41.81 36.86 66.54 -
YUV 167.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 180 152 211 0.15 0.28 0 0.17 268.47 0.4 0.71
Hex B4 98 D3 F 1C 0 11 10C 28 47
Octal 264 230 323 17 34 0 21 414 50 107
Binary 10110100 10011000 11010011 1111 11100 0 10001 100001100 101000 1000111

Color Harmonies of #B498D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498D3

Black with #B498D3

Text Example


Text Example

White with #B498D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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