Html Css Color HEX #B488A5 Bouquet

📋 copy color: '#B488A5'

red 180 ◦ green 136 ◦ blue 165

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

Shades of Bouquet #B488A5

Tints of Bouquet #B488A5

RGB

 RED value IS 180 (70.7% from 255) = 37.42%

 GREEN value IS 136 (53.52% from 255) = 28.27%

 BLUE value IS 165 (64.84% from 255) = 34.3%

R = 37.42%
G = 28.27%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B488A5 (or 0xB488A5) is known color: Bouquet. HEX triplet: B4, 88 and A5. RGB value is (180,136,165). Sum of RGB (Red+Green+Blue) = 180+136+165=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B488A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B488A5 is #4B775A. Grayscale: #989898. Windows color (decimal): -4945755 or 10848436. OLE color: 10848436.

HSL color Cylindrical-coordinate representation of color #B488A5: hue angle of 320.45º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B488A5 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 136 165 -
CMYK 0 0.24 0.08 0.29
HSL 320.45º 0.23% 0.62% -
HSV(B) 320.45º 0.24% 0.71% -
XYZ 34.42 30.03 39.58 -
YUV 152.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 180 136 165 0 0.24 0.08 0.29 320.45 0.23 0.62
Hex B4 88 A5 0 18 8 1D 140 17 3E
Octal 264 210 245 0 30 10 35 500 27 76
Binary 10110100 10001000 10100101 0 11000 1000 11101 101000000 10111 111110

Color Harmonies of #B488A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488A5

Black with #B488A5

Text Example


Text Example

White with #B488A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488A5; }

 p { color: rgb(180,136,165); }

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

background-color css

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

 a { background-color: rgb(180,136,165); }

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

border-color css

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

 span { border-color: rgb(180,136,165); }

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