Html Css Color HEX #BB69A3 Bouquet

📋 copy color: '#BB69A3'

red 187 ◦ green 105 ◦ blue 163

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

Shades of Bouquet #BB69A3

Tints of Bouquet #BB69A3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.08%

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

R = 41.1%
G = 23.08%
B = 35.82%

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

#BB69A3 (or 0xBB69A3) is known color: Bouquet. HEX triplet: BB, 69 and A3. RGB value is (187,105,163). Sum of RGB (Red+Green+Blue) = 187+105+163=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69A3 is #44965C. Grayscale: #878787. Windows color (decimal): -4494941 or 10709435. OLE color: 10709435.

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

Color convert

RGB 187 105 163 -
CMYK 0 0.44 0.13 0.27
HSL 317.56º 0.38% 0.57% -
HSV(B) 317.56º 0.44% 0.73% -
XYZ 32.16 23.31 37.46 -
YUV 136.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 187 105 163 0 0.44 0.13 0.27 317.56 0.38 0.57
Hex BB 69 A3 0 2C D 1B 13E 26 39
Octal 273 151 243 0 54 15 33 476 46 71
Binary 10111011 1101001 10100011 0 101100 1101 11011 100111110 100110 111001

Color Harmonies of #BB69A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB69A3

Black with #BB69A3

Text Example


Text Example

White with #BB69A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB69A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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