Html Css Color HEX #B2699C Bouquet

📋 copy color: '#B2699C'

red 178 ◦ green 105 ◦ blue 156

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

Shades of Bouquet #B2699C

Tints of Bouquet #B2699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 40.55%
G = 23.92%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2699C (or 0xB2699C) is known color: Bouquet. HEX triplet: B2, 69 and 9C. RGB value is (178,105,156). Sum of RGB (Red+Green+Blue) = 178+105+156=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2699C is #4D9663. Grayscale: #848484. Windows color (decimal): -5084772 or 10250674. OLE color: 10250674.

HSL color Cylindrical-coordinate representation of color #B2699C: hue angle of 318.08º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2699C is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 156 -
CMYK 0 0.41 0.12 0.30
HSL 318.08º 0.32% 0.55% -
HSV(B) 318.08º 0.41% 0.7% -
XYZ 29.41 21.97 34.14 -
YUV 132.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 178 105 156 0 0.41 0.12 0.30 318.08 0.32 0.55
Hex B2 69 9C 0 29 C 1E 13E 20 37
Octal 262 151 234 0 51 14 36 476 40 67
Binary 10110010 1101001 10011100 0 101001 1100 11110 100111110 100000 110111

Color Harmonies of #B2699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2699C

Black with #B2699C

Text Example


Text Example

White with #B2699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2699C; }

 p { color: rgb(178,105,156); }

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

background-color css

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

 a { background-color: rgb(178,105,156); }

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

border-color css

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

 span { border-color: rgb(178,105,156); }

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