Html Css Color HEX #B498CE Biloba Flower

📋 copy color: '#B498CE'

red 180 ◦ green 152 ◦ blue 206

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

Shades of Biloba Flower #B498CE

Tints of Biloba Flower #B498CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 33.46%
G = 28.25%
B = 38.29%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B498CE (or 0xB498CE) is known color: Biloba Flower. HEX triplet: B4, 98 and CE. RGB value is (180,152,206). Sum of RGB (Red+Green+Blue) = 180+152+206=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B498CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498CE is #4B6731. Grayscale: #A6A6A6. Windows color (decimal): -4941618 or 13539508. OLE color: 13539508.

HSL color Cylindrical-coordinate representation of color #B498CE: hue angle of 271.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B498CE is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 152 206 -
CMYK 0.13 0.26 0 0.19
HSL 271.11º 0.36% 0.7% -
HSV(B) 271.11º 0.26% 0.81% -
XYZ 41.19 36.62 63.29 -
YUV 166.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 180 152 206 0.13 0.26 0 0.19 271.11 0.36 0.7
Hex B4 98 CE D 1A 0 13 10F 24 46
Octal 264 230 316 15 32 0 23 417 44 106
Binary 10110100 10011000 11001110 1101 11010 0 10011 100001111 100100 1000110

Color Harmonies of #B498CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498CE

Black with #B498CE

Text Example


Text Example

White with #B498CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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