Html Css Color HEX #B98BEC Biloba Flower

📋 copy color: '#B98BEC'

red 185 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #B98BEC

Tints of Biloba Flower #B98BEC

RGB

 RED value IS 185 (72.66% from 255) = 33.04%

 GREEN value IS 139 (54.69% from 255) = 24.82%

 BLUE value IS 236 (92.58% from 255) = 42.14%

R = 33.04%
G = 24.82%
B = 42.14%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B98BEC (or 0xB98BEC) is known color: Biloba Flower. HEX triplet: B9, 8B and EC. RGB value is (185,139,236). Sum of RGB (Red+Green+Blue) = 185+139+236=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #B98BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98BEC is #467413. Grayscale: #A3A3A3. Windows color (decimal): -4617236 or 15502265. OLE color: 15502265.

HSL color Cylindrical-coordinate representation of color #B98BEC: hue angle of 268.45º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B98BEC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 139 236 -
CMYK 0.22 0.41 0 0.07
HSL 268.45º 0.72% 0.74% -
HSV(B) 268.45º 0.41% 0.93% -
XYZ 44.38 34.84 83.74 -
YUV 163.81 168.74 143.11 -
System Red Green Blue C M Y K H S L
Decimal 185 139 236 0.22 0.41 0 0.07 268.45 0.72 0.74
Hex B9 8B EC 16 29 0 7 10C 48 4A
Octal 271 213 354 26 51 0 7 414 110 112
Binary 10111001 10001011 11101100 10110 101001 0 111 100001100 1001000 1001010

Color Harmonies of #B98BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BEC

Black with #B98BEC

Text Example


Text Example

White with #B98BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BEC; }

 p { color: rgb(185,139,236); }

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

background-color css

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

 a { background-color: rgb(185,139,236); }

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

border-color css

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

 span { border-color: rgb(185,139,236); }

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