Html Css Color HEX #B498E8 Biloba Flower

📋 copy color: '#B498E8'

red 180 ◦ green 152 ◦ blue 232

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

Shades of Biloba Flower #B498E8

Tints of Biloba Flower #B498E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.13%

R = 31.91%
G = 26.95%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B498E8 (or 0xB498E8) is known color: Biloba Flower. HEX triplet: B4, 98 and E8. RGB value is (180,152,232). Sum of RGB (Red+Green+Blue) = 180+152+232=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #B498E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498E8 is #4B6717. Grayscale: #A9A9A9. Windows color (decimal): -4941592 or 15243444. OLE color: 15243444.

HSL color Cylindrical-coordinate representation of color #B498E8: hue angle of 261º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B498E8 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 152 232 -
CMYK 0.22 0.34 0 0.09
HSL 261º 0.63% 0.75% -
HSV(B) 261º 0.34% 0.91% -
XYZ 44.62 37.99 81.32 -
YUV 169.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 180 152 232 0.22 0.34 0 0.09 261 0.63 0.75
Hex B4 98 E8 16 22 0 9 105 3F 4B
Octal 264 230 350 26 42 0 11 405 77 113
Binary 10110100 10011000 11101000 10110 100010 0 1001 100000101 111111 1001011

Color Harmonies of #B498E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498E8

Black with #B498E8

Text Example


Text Example

White with #B498E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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