Html Css Color HEX #BCA2ED Perfume

📋 copy color: '#BCA2ED'

red 188 ◦ green 162 ◦ blue 237

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

Shades of Perfume #BCA2ED

Tints of Perfume #BCA2ED

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.6%

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 32.03%
G = 27.6%
B = 40.37%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCA2ED (or 0xBCA2ED) is known color: Perfume. HEX triplet: BC, A2 and ED. RGB value is (188,162,237). Sum of RGB (Red+Green+Blue) = 188+162+237=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2ED is #435D12. Grayscale: #B2B2B2. Windows color (decimal): -4414739 or 15573692. OLE color: 15573692.

HSL color Cylindrical-coordinate representation of color #BCA2ED: hue angle of 260.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCA2ED is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 162 237 -
CMYK 0.21 0.32 0 0.07
HSL 260.8º 0.68% 0.78% -
HSV(B) 260.8º 0.32% 0.93% -
XYZ 48.95 42.65 85.77 -
YUV 178.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 188 162 237 0.21 0.32 0 0.07 260.8 0.68 0.78
Hex BC A2 ED 15 20 0 7 105 44 4E
Octal 274 242 355 25 40 0 7 405 104 116
Binary 10111100 10100010 11101101 10101 100000 0 111 100000101 1000100 1001110

Color Harmonies of #BCA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2ED

Black with #BCA2ED

Text Example


Text Example

White with #BCA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2ED; }

 p { color: rgb(188,162,237); }

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

background-color css

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

 a { background-color: rgb(188,162,237); }

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

border-color css

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

 span { border-color: rgb(188,162,237); }

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