Html Css Color HEX #B498CF Biloba Flower

📋 copy color: '#B498CF'

red 180 ◦ green 152 ◦ blue 207

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

Shades of Biloba Flower #B498CF

Tints of Biloba Flower #B498CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 33.4%
G = 28.2%
B = 38.4%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B498CF (or 0xB498CF) is known color: Biloba Flower. HEX triplet: B4, 98 and CF. RGB value is (180,152,207). Sum of RGB (Red+Green+Blue) = 180+152+207=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #B498CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498CF is #4B6730. Grayscale: #A6A6A6. Windows color (decimal): -4941617 or 13605044. OLE color: 13605044.

HSL color Cylindrical-coordinate representation of color #B498CF: hue angle of 270.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B498CF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 152 207 -
CMYK 0.13 0.27 0 0.19
HSL 270.55º 0.36% 0.7% -
HSV(B) 270.55º 0.27% 0.81% -
XYZ 41.31 36.66 63.93 -
YUV 166.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 180 152 207 0.13 0.27 0 0.19 270.55 0.36 0.7
Hex B4 98 CF D 1B 0 13 10F 24 46
Octal 264 230 317 15 33 0 23 417 44 106
Binary 10110100 10011000 11001111 1101 11011 0 10011 100001111 100100 1000110

Color Harmonies of #B498CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498CF

Black with #B498CF

Text Example


Text Example

White with #B498CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B498CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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