Html Css Color HEX #B097CE Biloba Flower

📋 copy color: '#B097CE'

red 176 ◦ green 151 ◦ blue 206

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

Shades of Biloba Flower #B097CE

Tints of Biloba Flower #B097CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 33.02%
G = 28.33%
B = 38.65%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B097CE (or 0xB097CE) is known color: Biloba Flower. HEX triplet: B0, 97 and CE. RGB value is (176,151,206). Sum of RGB (Red+Green+Blue) = 176+151+206=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #B097CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097CE is #4F6831. Grayscale: #A4A4A4. Windows color (decimal): -5204018 or 13539248. OLE color: 13539248.

HSL color Cylindrical-coordinate representation of color #B097CE: hue angle of 267.27º 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 #B097CE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 151 206 -
CMYK 0.15 0.27 0 0.19
HSL 267.27º 0.36% 0.7% -
HSV(B) 267.27º 0.27% 0.81% -
XYZ 40.11 35.82 63.19 -
YUV 164.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 176 151 206 0.15 0.27 0 0.19 267.27 0.36 0.7
Hex B0 97 CE F 1B 0 13 10B 24 46
Octal 260 227 316 17 33 0 23 413 44 106
Binary 10110000 10010111 11001110 1111 11011 0 10011 100001011 100100 1000110

Color Harmonies of #B097CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097CE

Black with #B097CE

Text Example


Text Example

White with #B097CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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