Html Css Color HEX #B097EE Biloba Flower

📋 copy color: '#B097EE'

red 176 ◦ green 151 ◦ blue 238

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

Shades of Biloba Flower #B097EE

Tints of Biloba Flower #B097EE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.73%

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

R = 31.15%
G = 26.73%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B097EE (or 0xB097EE) is known color: Biloba Flower. HEX triplet: B0, 97 and EE. RGB value is (176,151,238). Sum of RGB (Red+Green+Blue) = 176+151+238=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #B097EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097EE is #4F6811. Grayscale: #A8A8A8. Windows color (decimal): -5203986 or 15636400. OLE color: 15636400.

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

Color convert

RGB 176 151 238 -
CMYK 0.26 0.37 0 0.07
HSL 257.24º 0.72% 0.76% -
HSV(B) 257.24º 0.37% 0.93% -
XYZ 44.4 37.54 85.79 -
YUV 168.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 176 151 238 0.26 0.37 0 0.07 257.24 0.72 0.76
Hex B0 97 EE 1A 25 0 7 101 48 4C
Octal 260 227 356 32 45 0 7 401 110 114
Binary 10110000 10010111 11101110 11010 100101 0 111 100000001 1001000 1001100

Color Harmonies of #B097EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097EE

Black with #B097EE

Text Example


Text Example

White with #B097EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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