Html Css Color HEX #B297A6 Lily

📋 copy color: '#B297A6'

red 178 ◦ green 151 ◦ blue 166

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

Shades of Lily #B297A6

Tints of Lily #B297A6

RGB

 RED value IS 178 (69.92% from 255) = 35.96%

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

 BLUE value IS 166 (65.23% from 255) = 33.54%

R = 35.96%
G = 30.51%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B297A6 (or 0xB297A6) is known color: Lily. HEX triplet: B2, 97 and A6. RGB value is (178,151,166). Sum of RGB (Red+Green+Blue) = 178+151+166=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 178 - color contains mainly: red. Hex color #B297A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B297A6 is #4D6859. Grayscale: #A0A0A0. Windows color (decimal): -5072986 or 10917810. OLE color: 10917810.

HSL color Cylindrical-coordinate representation of color #B297A6: hue angle of 326.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B297A6 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 166 -
CMYK 0 0.15 0.07 0.30
HSL 326.67º 0.15% 0.65% -
HSV(B) 326.67º 0.15% 0.7% -
XYZ 36.31 34.35 40.79 -
YUV 160.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 178 151 166 0 0.15 0.07 0.30 326.67 0.15 0.65
Hex B2 97 A6 0 F 7 1E 147 F 41
Octal 262 227 246 0 17 7 36 507 17 101
Binary 10110010 10010111 10100110 0 1111 111 11110 101000111 1111 1000001

Color Harmonies of #B297A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297A6

Black with #B297A6

Text Example


Text Example

White with #B297A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297A6; }

 p { color: rgb(178,151,166); }

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

background-color css

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

 a { background-color: rgb(178,151,166); }

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

border-color css

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

 span { border-color: rgb(178,151,166); }

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