Html Css Color HEX #B498D6 Biloba Flower

📋 copy color: '#B498D6'

red 180 ◦ green 152 ◦ blue 214

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

Shades of Biloba Flower #B498D6

Tints of Biloba Flower #B498D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.19%

R = 32.97%
G = 27.84%
B = 39.19%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B498D6 (or 0xB498D6) is known color: Biloba Flower. HEX triplet: B4, 98 and D6. RGB value is (180,152,214). Sum of RGB (Red+Green+Blue) = 180+152+214=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #B498D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498D6 is #4B6729. Grayscale: #A7A7A7. Windows color (decimal): -4941610 or 14063796. OLE color: 14063796.

HSL color Cylindrical-coordinate representation of color #B498D6: hue angle of 267.1º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B498D6 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 152 214 -
CMYK 0.16 0.29 0 0.16
HSL 267.1º 0.43% 0.72% -
HSV(B) 267.1º 0.29% 0.84% -
XYZ 42.19 37.01 68.54 -
YUV 167.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 180 152 214 0.16 0.29 0 0.16 267.1 0.43 0.72
Hex B4 98 D6 10 1D 0 10 10B 2B 48
Octal 264 230 326 20 35 0 20 413 53 110
Binary 10110100 10011000 11010110 10000 11101 0 10000 100001011 101011 1001000

Color Harmonies of #B498D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498D6

Black with #B498D6

Text Example


Text Example

White with #B498D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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