Html Css Color HEX #B498EC Biloba Flower

📋 copy color: '#B498EC'

red 180 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #B498EC

Tints of Biloba Flower #B498EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.55%

R = 31.69%
G = 26.76%
B = 41.55%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B498EC (or 0xB498EC) is known color: Biloba Flower. HEX triplet: B4, 98 and EC. RGB value is (180,152,236). Sum of RGB (Red+Green+Blue) = 180+152+236=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 152 (59.77% from 255 or 26.76% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B498EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498EC is #4B6713. Grayscale: #A9A9A9. Windows color (decimal): -4941588 or 15505588. OLE color: 15505588.

HSL color Cylindrical-coordinate representation of color #B498EC: hue angle of 260º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B498EC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 152 236 -
CMYK 0.24 0.36 0 0.07
HSL 260º 0.69% 0.76% -
HSV(B) 260º 0.36% 0.93% -
XYZ 45.19 38.22 84.35 -
YUV 169.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 180 152 236 0.24 0.36 0 0.07 260 0.69 0.76
Hex B4 98 EC 18 24 0 7 104 45 4C
Octal 264 230 354 30 44 0 7 404 105 114
Binary 10110100 10011000 11101100 11000 100100 0 111 100000100 1000101 1001100

Color Harmonies of #B498EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498EC

Black with #B498EC

Text Example


Text Example

White with #B498EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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