Html Css Color HEX #BB68A3 Bouquet

📋 copy color: '#BB68A3'

red 187 ◦ green 104 ◦ blue 163

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

Shades of Bouquet #BB68A3

Tints of Bouquet #BB68A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.9%

R = 41.19%
G = 22.91%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB68A3 (or 0xBB68A3) is known color: Bouquet. HEX triplet: BB, 68 and A3. RGB value is (187,104,163). Sum of RGB (Red+Green+Blue) = 187+104+163=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A3 is #44975C. Grayscale: #878787. Windows color (decimal): -4495197 or 10709179. OLE color: 10709179.

HSL color Cylindrical-coordinate representation of color #BB68A3: hue angle of 317.35º 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 #BB68A3 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 104 163 -
CMYK 0 0.44 0.13 0.27
HSL 317.35º 0.38% 0.57% -
HSV(B) 317.35º 0.44% 0.73% -
XYZ 32.05 23.11 37.42 -
YUV 135.54 143.5 164.7 -
System Red Green Blue C M Y K H S L
Decimal 187 104 163 0 0.44 0.13 0.27 317.35 0.38 0.57
Hex BB 68 A3 0 2C D 1B 13D 26 39
Octal 273 150 243 0 54 15 33 475 46 71
Binary 10111011 1101000 10100011 0 101100 1101 11011 100111101 100110 111001

Color Harmonies of #BB68A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68A3

Black with #BB68A3

Text Example


Text Example

White with #BB68A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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