Html Css Color HEX #BB68A6 Bouquet

📋 copy color: '#BB68A6'

red 187 ◦ green 104 ◦ blue 166

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

Shades of Bouquet #BB68A6

Tints of Bouquet #BB68A6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.76%

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

R = 40.92%
G = 22.76%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB68A6 (or 0xBB68A6) is known color: Bouquet. HEX triplet: BB, 68 and A6. RGB value is (187,104,166). Sum of RGB (Red+Green+Blue) = 187+104+166=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A6 is #449759. Grayscale: #878787. Windows color (decimal): -4495194 or 10905787. OLE color: 10905787.

HSL color Cylindrical-coordinate representation of color #BB68A6: hue angle of 315.18º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB68A6 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 104 166 -
CMYK 0 0.44 0.11 0.27
HSL 315.18º 0.38% 0.57% -
HSV(B) 315.18º 0.44% 0.73% -
XYZ 32.33 23.22 38.85 -
YUV 135.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 187 104 166 0 0.44 0.11 0.27 315.18 0.38 0.57
Hex BB 68 A6 0 2C B 1B 13B 26 39
Octal 273 150 246 0 54 13 33 473 46 71
Binary 10111011 1101000 10100110 0 101100 1011 11011 100111011 100110 111001

Color Harmonies of #BB68A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68A6

Black with #BB68A6

Text Example


Text Example

White with #BB68A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68A6; }

 p { color: rgb(187,104,166); }

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

background-color css

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

 a { background-color: rgb(187,104,166); }

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

border-color css

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

 span { border-color: rgb(187,104,166); }

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