Html Css Color HEX #BCA2EE Perfume

📋 copy color: '#BCA2EE'

red 188 ◦ green 162 ◦ blue 238

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

Shades of Perfume #BCA2EE

Tints of Perfume #BCA2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.48%

R = 31.97%
G = 27.55%
B = 40.48%

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

#BCA2EE (or 0xBCA2EE) is known color: Perfume. HEX triplet: BC, A2 and EE. RGB value is (188,162,238). Sum of RGB (Red+Green+Blue) = 188+162+238=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 162 (63.67% from 255 or 27.55% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2EE is #435D11. Grayscale: #B2B2B2. Windows color (decimal): -4414738 or 15639228. OLE color: 15639228.

HSL color Cylindrical-coordinate representation of color #BCA2EE: hue angle of 260.53º degrees, saturation: 0.69, 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 #BCA2EE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 162 238 -
CMYK 0.21 0.32 0 0.07
HSL 260.53º 0.69% 0.78% -
HSV(B) 260.53º 0.32% 0.93% -
XYZ 49.09 42.71 86.54 -
YUV 178.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 188 162 238 0.21 0.32 0 0.07 260.53 0.69 0.78
Hex BC A2 EE 15 20 0 7 105 45 4E
Octal 274 242 356 25 40 0 7 405 105 116
Binary 10111100 10100010 11101110 10101 100000 0 111 100000101 1000101 1001110

Color Harmonies of #BCA2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2EE

Black with #BCA2EE

Text Example


Text Example

White with #BCA2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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