Html Css Color HEX #BB6CA8 Bouquet

📋 copy color: '#BB6CA8'

red 187 ◦ green 108 ◦ blue 168

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

Shades of Bouquet #BB6CA8

Tints of Bouquet #BB6CA8

RGB

 RED value IS 187 (73.44% from 255) = 40.39%

 GREEN value IS 108 (42.58% from 255) = 23.33%

 BLUE value IS 168 (66.02% from 255) = 36.29%

R = 40.39%
G = 23.33%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BB6CA8 (or 0xBB6CA8) is known color: Bouquet. HEX triplet: BB, 6C and A8. RGB value is (187,108,168). Sum of RGB (Red+Green+Blue) = 187+108+168=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CA8 is #449357. Grayscale: #8A8A8A. Windows color (decimal): -4494168 or 11037883. OLE color: 11037883.

HSL color Cylindrical-coordinate representation of color #BB6CA8: hue angle of 314.43º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6CA8 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 108 168 -
CMYK 0 0.42 0.10 0.27
HSL 314.43º 0.37% 0.58% -
HSV(B) 314.43º 0.42% 0.73% -
XYZ 32.92 24.12 39.97 -
YUV 138.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 187 108 168 0 0.42 0.10 0.27 314.43 0.37 0.58
Hex BB 6C A8 0 2A A 1B 13A 25 3A
Octal 273 154 250 0 52 12 33 472 45 72
Binary 10111011 1101100 10101000 0 101010 1010 11011 100111010 100101 111010

Color Harmonies of #BB6CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6CA8

Black with #BB6CA8

Text Example


Text Example

White with #BB6CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6CA8; }

 p { color: rgb(187,108,168); }

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

background-color css

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

 a { background-color: rgb(187,108,168); }

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

border-color css

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

 span { border-color: rgb(187,108,168); }

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