Html Css Color HEX #B2669C Bouquet

📋 copy color: '#B2669C'

red 178 ◦ green 102 ◦ blue 156

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

Shades of Bouquet #B2669C

Tints of Bouquet #B2669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

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

R = 40.83%
G = 23.39%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2669C (or 0xB2669C) is known color: Bouquet. HEX triplet: B2, 66 and 9C. RGB value is (178,102,156). Sum of RGB (Red+Green+Blue) = 178+102+156=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669C is #4D9963. Grayscale: #828282. Windows color (decimal): -5085540 or 10249906. OLE color: 10249906.

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

Color convert

RGB 178 102 156 -
CMYK 0 0.43 0.12 0.30
HSL 317.37º 0.33% 0.55% -
HSV(B) 317.37º 0.43% 0.7% -
XYZ 29.11 21.37 34.04 -
YUV 130.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 178 102 156 0 0.43 0.12 0.30 317.37 0.33 0.55
Hex B2 66 9C 0 2B C 1E 13D 21 37
Octal 262 146 234 0 53 14 36 475 41 67
Binary 10110010 1100110 10011100 0 101011 1100 11110 100111101 100001 110111

Color Harmonies of #B2669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2669C

Black with #B2669C

Text Example


Text Example

White with #B2669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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