Html Css Color HEX #BB68A2 Bouquet

📋 copy color: '#BB68A2'

red 187 ◦ green 104 ◦ blue 162

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

Shades of Bouquet #BB68A2

Tints of Bouquet #BB68A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 41.28%
G = 22.96%
B = 35.76%

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

#BB68A2 (or 0xBB68A2) is known color: Bouquet. HEX triplet: BB, 68 and A2. RGB value is (187,104,162). Sum of RGB (Red+Green+Blue) = 187+104+162=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB68A2 is #44975D. Grayscale: #878787. Windows color (decimal): -4495198 or 10643643. OLE color: 10643643.

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

Color convert

RGB 187 104 162 -
CMYK 0 0.44 0.13 0.27
HSL 318.07º 0.38% 0.57% -
HSV(B) 318.07º 0.44% 0.73% -
XYZ 31.97 23.07 36.95 -
YUV 135.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 187 104 162 0 0.44 0.13 0.27 318.07 0.38 0.57
Hex BB 68 A2 0 2C D 1B 13E 26 39
Octal 273 150 242 0 54 15 33 476 46 71
Binary 10111011 1101000 10100010 0 101100 1101 11011 100111110 100110 111001

Color Harmonies of #BB68A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB68A2

Black with #BB68A2

Text Example


Text Example

White with #BB68A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB68A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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