Html Css Color HEX #BCA9C8 Perfume

📋 copy color: '#BCA9C8'

red 188 ◦ green 169 ◦ blue 200

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

Shades of Perfume #BCA9C8

Tints of Perfume #BCA9C8

RGB

 RED value IS 188 (73.83% from 255) = 33.75%

 GREEN value IS 169 (66.41% from 255) = 30.34%

 BLUE value IS 200 (78.52% from 255) = 35.91%

R = 33.75%
G = 30.34%
B = 35.91%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BCA9C8 (or 0xBCA9C8) is known color: Perfume. HEX triplet: BC, A9 and C8. RGB value is (188,169,200). Sum of RGB (Red+Green+Blue) = 188+169+200=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #BCA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA9C8 is #435637. Grayscale: #B2B2B2. Windows color (decimal): -4412984 or 13150652. OLE color: 13150652.

HSL color Cylindrical-coordinate representation of color #BCA9C8: hue angle of 276.77º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA9C8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 169 200 -
CMYK 0.06 0.16 0 0.22
HSL 276.77º 0.22% 0.72% -
HSV(B) 276.77º 0.16% 0.78% -
XYZ 45.35 43.24 60.6 -
YUV 178.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 188 169 200 0.06 0.16 0 0.22 276.77 0.22 0.72
Hex BC A9 C8 6 10 0 16 115 16 48
Octal 274 251 310 6 20 0 26 425 26 110
Binary 10111100 10101001 11001000 110 10000 0 10110 100010101 10110 1001000

Color Harmonies of #BCA9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9C8

Black with #BCA9C8

Text Example


Text Example

White with #BCA9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9C8; }

 p { color: rgb(188,169,200); }

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

background-color css

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

 a { background-color: rgb(188,169,200); }

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

border-color css

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

 span { border-color: rgb(188,169,200); }

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