Html Css Color HEX #B2699F Bouquet

📋 copy color: '#B2699F'

red 178 ◦ green 105 ◦ blue 159

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

Shades of Bouquet #B2699F

Tints of Bouquet #B2699F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 40.27%
G = 23.76%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2699F (or 0xB2699F) is known color: Bouquet. HEX triplet: B2, 69 and 9F. RGB value is (178,105,159). Sum of RGB (Red+Green+Blue) = 178+105+159=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B2699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2699F is #4D9660. Grayscale: #848484. Windows color (decimal): -5084769 or 10447282. OLE color: 10447282.

HSL color Cylindrical-coordinate representation of color #B2699F: hue angle of 315.62º 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 #B2699F is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 159 -
CMYK 0 0.41 0.11 0.30
HSL 315.62º 0.32% 0.55% -
HSV(B) 315.62º 0.41% 0.7% -
XYZ 29.67 22.07 35.5 -
YUV 132.98 142.68 160.11 -
System Red Green Blue C M Y K H S L
Decimal 178 105 159 0 0.41 0.11 0.30 315.62 0.32 0.55
Hex B2 69 9F 0 29 B 1E 13C 20 37
Octal 262 151 237 0 51 13 36 474 40 67
Binary 10110010 1101001 10011111 0 101001 1011 11110 100111100 100000 110111

Color Harmonies of #B2699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2699F

Black with #B2699F

Text Example


Text Example

White with #B2699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2699F; }

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

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

background-color css

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

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

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

border-color css

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

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

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