Html Css Color HEX #BCA6CB Perfume

📋 copy color: '#BCA6CB'

red 188 ◦ green 166 ◦ blue 203

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

Shades of Perfume #BCA6CB

Tints of Perfume #BCA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.8%

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 33.75%
G = 29.8%
B = 36.45%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BCA6CB (or 0xBCA6CB) is known color: Perfume. HEX triplet: BC, A6 and CB. RGB value is (188,166,203). Sum of RGB (Red+Green+Blue) = 188+166+203=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #BCA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6CB is #435934. Grayscale: #B0B0B0. Windows color (decimal): -4413749 or 13346492. OLE color: 13346492.

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

Color convert

RGB 188 166 203 -
CMYK 0.07 0.18 0 0.20
HSL 275.68º 0.26% 0.72% -
HSV(B) 275.68º 0.18% 0.8% -
XYZ 45.15 42.28 62.28 -
YUV 176.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 188 166 203 0.07 0.18 0 0.20 275.68 0.26 0.72
Hex BC A6 CB 7 12 0 14 114 1A 48
Octal 274 246 313 7 22 0 24 424 32 110
Binary 10111100 10100110 11001011 111 10010 0 10100 100010100 11010 1001000

Color Harmonies of #BCA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6CB

Black with #BCA6CB

Text Example


Text Example

White with #BCA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6CB; }

 p { color: rgb(188,166,203); }

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

background-color css

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

 a { background-color: rgb(188,166,203); }

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

border-color css

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

 span { border-color: rgb(188,166,203); }

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