Html Css Color HEX #B288A6 Bouquet

📋 copy color: '#B288A6'

red 178 ◦ green 136 ◦ blue 166

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

Shades of Bouquet #B288A6

Tints of Bouquet #B288A6

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.33%

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

R = 37.08%
G = 28.33%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B288A6 (or 0xB288A6) is known color: Bouquet. HEX triplet: B2, 88 and A6. RGB value is (178,136,166). Sum of RGB (Red+Green+Blue) = 178+136+166=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 178 - color contains mainly: red. Hex color #B288A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B288A6 is #4D7759. Grayscale: #979797. Windows color (decimal): -5076826 or 10913970. OLE color: 10913970.

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

Color convert

RGB 178 136 166 -
CMYK 0 0.24 0.07 0.30
HSL 317.14º 0.21% 0.62% -
HSV(B) 317.14º 0.24% 0.7% -
XYZ 34.05 29.83 40.04 -
YUV 151.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 178 136 166 0 0.24 0.07 0.30 317.14 0.21 0.62
Hex B2 88 A6 0 18 7 1E 13D 15 3E
Octal 262 210 246 0 30 7 36 475 25 76
Binary 10110010 10001000 10100110 0 11000 111 11110 100111101 10101 111110

Color Harmonies of #B288A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288A6

Black with #B288A6

Text Example


Text Example

White with #B288A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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