Html Css Color HEX #BCA2EA Perfume

📋 copy color: '#BCA2EA'

red 188 ◦ green 162 ◦ blue 234

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

Shades of Perfume #BCA2EA

Tints of Perfume #BCA2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 32.19%
G = 27.74%
B = 40.07%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCA2EA (or 0xBCA2EA) is known color: Perfume. HEX triplet: BC, A2 and EA. RGB value is (188,162,234). Sum of RGB (Red+Green+Blue) = 188+162+234=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA2EA is #435D15. Grayscale: #B1B1B1. Windows color (decimal): -4414742 or 15377084. OLE color: 15377084.

HSL color Cylindrical-coordinate representation of color #BCA2EA: hue angle of 261.67º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA2EA is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 162 234 -
CMYK 0.20 0.31 0 0.08
HSL 261.67º 0.63% 0.78% -
HSV(B) 261.67º 0.31% 0.92% -
XYZ 48.51 42.47 83.48 -
YUV 177.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 188 162 234 0.20 0.31 0 0.08 261.67 0.63 0.78
Hex BC A2 EA 14 1F 0 8 106 3F 4E
Octal 274 242 352 24 37 0 10 406 77 116
Binary 10111100 10100010 11101010 10100 11111 0 1000 100000110 111111 1001110

Color Harmonies of #BCA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2EA

Black with #BCA2EA

Text Example


Text Example

White with #BCA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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