Html Css Color HEX #B097D6 Biloba Flower

📋 copy color: '#B097D6'

red 176 ◦ green 151 ◦ blue 214

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

Shades of Biloba Flower #B097D6

Tints of Biloba Flower #B097D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.56%

R = 32.53%
G = 27.91%
B = 39.56%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B097D6 (or 0xB097D6) is known color: Biloba Flower. HEX triplet: B0, 97 and D6. RGB value is (176,151,214). Sum of RGB (Red+Green+Blue) = 176+151+214=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #B097D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097D6 is #4F6829. Grayscale: #A5A5A5. Windows color (decimal): -5204010 or 14063536. OLE color: 14063536.

HSL color Cylindrical-coordinate representation of color #B097D6: hue angle of 263.81º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B097D6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 151 214 -
CMYK 0.18 0.29 0 0.16
HSL 263.81º 0.43% 0.72% -
HSV(B) 263.81º 0.29% 0.84% -
XYZ 41.11 36.22 68.44 -
YUV 165.66 155.28 135.38 -
System Red Green Blue C M Y K H S L
Decimal 176 151 214 0.18 0.29 0 0.16 263.81 0.43 0.72
Hex B0 97 D6 12 1D 0 10 108 2B 48
Octal 260 227 326 22 35 0 20 410 53 110
Binary 10110000 10010111 11010110 10010 11101 0 10000 100001000 101011 1001000

Color Harmonies of #B097D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097D6

Black with #B097D6

Text Example


Text Example

White with #B097D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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