Html Css Color HEX #BCA6EA Perfume

📋 copy color: '#BCA6EA'

red 188 ◦ green 166 ◦ blue 234

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

Shades of Perfume #BCA6EA

Tints of Perfume #BCA6EA

RGB

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

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

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

R = 31.97%
G = 28.23%
B = 39.8%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCA6EA (or 0xBCA6EA) is known color: Perfume. HEX triplet: BC, A6 and EA. RGB value is (188,166,234). Sum of RGB (Red+Green+Blue) = 188+166+234=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA6EA is #435915. Grayscale: #B4B4B4. Windows color (decimal): -4413718 or 15378108. OLE color: 15378108.

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

Color convert

RGB 188 166 234 -
CMYK 0.20 0.29 0 0.08
HSL 259.41º 0.62% 0.78% -
HSV(B) 259.41º 0.29% 0.92% -
XYZ 49.23 43.9 83.72 -
YUV 180.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 188 166 234 0.20 0.29 0 0.08 259.41 0.62 0.78
Hex BC A6 EA 14 1D 0 8 103 3E 4E
Octal 274 246 352 24 35 0 10 403 76 116
Binary 10111100 10100110 11101010 10100 11101 0 1000 100000011 111110 1001110

Color Harmonies of #BCA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6EA

Black with #BCA6EA

Text Example


Text Example

White with #BCA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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