Html Css Color HEX #B498ED Biloba Flower

📋 copy color: '#B498ED'

red 180 ◦ green 152 ◦ blue 237

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

Shades of Biloba Flower #B498ED

Tints of Biloba Flower #B498ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 31.63%
G = 26.71%
B = 41.65%

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

#B498ED (or 0xB498ED) is known color: Biloba Flower. HEX triplet: B4, 98 and ED. RGB value is (180,152,237). Sum of RGB (Red+Green+Blue) = 180+152+237=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #B498ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B498ED is #4B6712. Grayscale: #A9A9A9. Windows color (decimal): -4941587 or 15571124. OLE color: 15571124.

HSL color Cylindrical-coordinate representation of color #B498ED: hue angle of 259.76º degrees, saturation: 0.7, 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 #B498ED is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 152 237 -
CMYK 0.24 0.36 0 0.07
HSL 259.76º 0.7% 0.76% -
HSV(B) 259.76º 0.36% 0.93% -
XYZ 45.34 38.27 85.12 -
YUV 170.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 180 152 237 0.24 0.36 0 0.07 259.76 0.7 0.76
Hex B4 98 ED 18 24 0 7 104 46 4C
Octal 264 230 355 30 44 0 7 404 106 114
Binary 10110100 10011000 11101101 11000 100100 0 111 100000100 1000110 1001100

Color Harmonies of #B498ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498ED

Black with #B498ED

Text Example


Text Example

White with #B498ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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