Html Css Color HEX #BD7FAB Bouquet

📋 copy color: '#BD7FAB'

red 189 ◦ green 127 ◦ blue 171

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

Shades of Bouquet #BD7FAB

Tints of Bouquet #BD7FAB

RGB

 RED value IS 189 (74.22% from 255) = 38.81%

 GREEN value IS 127 (50% from 255) = 26.08%

 BLUE value IS 171 (67.19% from 255) = 35.11%

R = 38.81%
G = 26.08%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD7FAB (or 0xBD7FAB) is known color: Bouquet. HEX triplet: BD, 7F and AB. RGB value is (189,127,171). Sum of RGB (Red+Green+Blue) = 189+127+171=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7FAB is #428054. Grayscale: #969696. Windows color (decimal): -4358229 or 11239357. OLE color: 11239357.

HSL color Cylindrical-coordinate representation of color #BD7FAB: hue angle of 317.42º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD7FAB is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 127 171 -
CMYK 0 0.33 0.10 0.26
HSL 317.42º 0.32% 0.62% -
HSV(B) 317.42º 0.33% 0.74% -
XYZ 35.93 28.94 42.22 -
YUV 150.55 139.54 155.42 -
System Red Green Blue C M Y K H S L
Decimal 189 127 171 0 0.33 0.10 0.26 317.42 0.32 0.62
Hex BD 7F AB 0 21 A 1A 13D 20 3E
Octal 275 177 253 0 41 12 32 475 40 76
Binary 10111101 1111111 10101011 0 100001 1010 11010 100111101 100000 111110

Color Harmonies of #BD7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FAB

Black with #BD7FAB

Text Example


Text Example

White with #BD7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FAB; }

 p { color: rgb(189,127,171); }

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

background-color css

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

 a { background-color: rgb(189,127,171); }

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

border-color css

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

 span { border-color: rgb(189,127,171); }

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