Html Css Color HEX #B098EE Biloba Flower

📋 copy color: '#B098EE'

red 176 ◦ green 152 ◦ blue 238

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

Shades of Biloba Flower #B098EE

Tints of Biloba Flower #B098EE

RGB

 RED value IS 176 (69.14% from 255) = 31.1%

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

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

R = 31.1%
G = 26.86%
B = 42.05%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B098EE (or 0xB098EE) is known color: Biloba Flower. HEX triplet: B0, 98 and EE. RGB value is (176,152,238). Sum of RGB (Red+Green+Blue) = 176+152+238=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 152 (59.77% from 255 or 26.86% 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 #B098EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098EE is #4F6711. Grayscale: #A8A8A8. Windows color (decimal): -5203730 or 15636656. OLE color: 15636656.

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

Color convert

RGB 176 152 238 -
CMYK 0.26 0.36 0 0.07
HSL 256.74º 0.72% 0.76% -
HSV(B) 256.74º 0.36% 0.93% -
XYZ 44.57 37.86 85.85 -
YUV 168.98 166.95 133.01 -
System Red Green Blue C M Y K H S L
Decimal 176 152 238 0.26 0.36 0 0.07 256.74 0.72 0.76
Hex B0 98 EE 1A 24 0 7 101 48 4C
Octal 260 230 356 32 44 0 7 401 110 114
Binary 10110000 10011000 11101110 11010 100100 0 111 100000001 1001000 1001100

Color Harmonies of #B098EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098EE

Black with #B098EE

Text Example


Text Example

White with #B098EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098EE; }

 p { color: rgb(176,152,238); }

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

background-color css

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

 a { background-color: rgb(176,152,238); }

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

border-color css

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

 span { border-color: rgb(176,152,238); }

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