Html Css Color HEX #BCA8CF Perfume

📋 copy color: '#BCA8CF'

red 188 ◦ green 168 ◦ blue 207

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

Shades of Perfume #BCA8CF

Tints of Perfume #BCA8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.77%

R = 33.39%
G = 29.84%
B = 36.77%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCA8CF (or 0xBCA8CF) is known color: Perfume. HEX triplet: BC, A8 and CF. RGB value is (188,168,207). Sum of RGB (Red+Green+Blue) = 188+168+207=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8CF is #435730. Grayscale: #B2B2B2. Windows color (decimal): -4413233 or 13609148. OLE color: 13609148.

HSL color Cylindrical-coordinate representation of color #BCA8CF: hue angle of 270.77º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA8CF is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 168 207 -
CMYK 0.09 0.19 0 0.19
HSL 270.77º 0.29% 0.74% -
HSV(B) 270.77º 0.19% 0.81% -
XYZ 46 43.2 64.95 -
YUV 178.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 188 168 207 0.09 0.19 0 0.19 270.77 0.29 0.74
Hex BC A8 CF 9 13 0 13 10F 1D 4A
Octal 274 250 317 11 23 0 23 417 35 112
Binary 10111100 10101000 11001111 1001 10011 0 10011 100001111 11101 1001010

Color Harmonies of #BCA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8CF

Black with #BCA8CF

Text Example


Text Example

White with #BCA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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