Html Css Color HEX #B98FEE Biloba Flower

📋 copy color: '#B98FEE'

red 185 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B98FEE

Tints of Biloba Flower #B98FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.27%

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 32.69%
G = 25.27%
B = 42.05%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B98FEE (or 0xB98FEE) is known color: Biloba Flower. HEX triplet: B9, 8F and EE. RGB value is (185,143,238). Sum of RGB (Red+Green+Blue) = 185+143+238=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #B98FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FEE is #467011. Grayscale: #A6A6A6. Windows color (decimal): -4616210 or 15634361. OLE color: 15634361.

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

Color convert

RGB 185 143 238 -
CMYK 0.22 0.40 0 0.07
HSL 266.53º 0.74% 0.75% -
HSV(B) 266.53º 0.4% 0.93% -
XYZ 45.26 36.13 85.48 -
YUV 166.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 185 143 238 0.22 0.40 0 0.07 266.53 0.74 0.75
Hex B9 8F EE 16 28 0 7 10B 4A 4B
Octal 271 217 356 26 50 0 7 413 112 113
Binary 10111001 10001111 11101110 10110 101000 0 111 100001011 1001010 1001011

Color Harmonies of #B98FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FEE

Black with #B98FEE

Text Example


Text Example

White with #B98FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FEE; }

 p { color: rgb(185,143,238); }

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

background-color css

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

 a { background-color: rgb(185,143,238); }

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

border-color css

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

 span { border-color: rgb(185,143,238); }

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