Html Css Color HEX #BCA8CC Perfume

📋 copy color: '#BCA8CC'

red 188 ◦ green 168 ◦ blue 204

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

Shades of Perfume #BCA8CC

Tints of Perfume #BCA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30%

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 33.57%
G = 30%
B = 36.43%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCA8CC (or 0xBCA8CC) is known color: Perfume. HEX triplet: BC, A8 and CC. RGB value is (188,168,204). Sum of RGB (Red+Green+Blue) = 188+168+204=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCA8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CC is #435733. Grayscale: #B1B1B1. Windows color (decimal): -4413236 or 13412540. OLE color: 13412540.

HSL color Cylindrical-coordinate representation of color #BCA8CC: hue angle of 273.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCA8CC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 168 204 -
CMYK 0.08 0.18 0 0.2
HSL 273.33º 0.26% 0.73% -
HSV(B) 273.33º 0.18% 0.8% -
XYZ 45.64 43.06 63.03 -
YUV 178.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 188 168 204 0.08 0.18 0 0.2 273.33 0.26 0.73
Hex BC A8 CC 8 12 0 14 111 1A 49
Octal 274 250 314 10 22 0 24 421 32 111
Binary 10111100 10101000 11001100 1000 10010 0 10100 100010001 11010 1001001

Color Harmonies of #BCA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8CC

Black with #BCA8CC

Text Example


Text Example

White with #BCA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8CC; }

 p { color: rgb(188,168,204); }

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

background-color css

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

 a { background-color: rgb(188,168,204); }

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

border-color css

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

 span { border-color: rgb(188,168,204); }

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