Html Css Color HEX #B498FE Biloba Flower

📋 copy color: '#B498FE'

red 180 ◦ green 152 ◦ blue 254

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

Shades of Biloba Flower #B498FE

Tints of Biloba Flower #B498FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 30.72%
G = 25.94%
B = 43.34%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B498FE (or 0xB498FE) is known color: Biloba Flower. HEX triplet: B4, 98 and FE. RGB value is (180,152,254). Sum of RGB (Red+Green+Blue) = 180+152+254=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #B498FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498FE is #4B6701. Grayscale: #ABABAB. Windows color (decimal): -4941570 or 16685236. OLE color: 16685236.

HSL color Cylindrical-coordinate representation of color #B498FE: hue angle of 256.47º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B498FE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 152 254 -
CMYK 0.29 0.40 0 0.00
HSL 256.47º 0.98% 0.8% -
HSV(B) 256.47º 0.4% 1% -
XYZ 47.94 39.32 98.83 -
YUV 172 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 180 152 254 0.29 0.40 0 0.00 256.47 0.98 0.8
Hex B4 98 FE 1D 28 0 0 100 62 50
Octal 264 230 376 35 50 0 0 400 142 120
Binary 10110100 10011000 11111110 11101 101000 0 0 100000000 1100010 1010000

Color Harmonies of #B498FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498FE

Black with #B498FE

Text Example


Text Example

White with #B498FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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