Html Css Color HEX #BC9DD4 Perfume

📋 copy color: '#BC9DD4'

red 188 ◦ green 157 ◦ blue 212

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

Shades of Perfume #BC9DD4

Tints of Perfume #BC9DD4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

 BLUE value IS 212 (83.2% from 255) = 38.06%

R = 33.75%
G = 28.19%
B = 38.06%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC9DD4 (or 0xBC9DD4) is known color: Perfume. HEX triplet: BC, 9D and D4. RGB value is (188,157,212). Sum of RGB (Red+Green+Blue) = 188+157+212=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DD4 is #43622B. Grayscale: #ACACAC. Windows color (decimal): -4416044 or 13934012. OLE color: 13934012.

HSL color Cylindrical-coordinate representation of color #BC9DD4: hue angle of 273.82º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC9DD4 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 157 212 -
CMYK 0.11 0.26 0 0.17
HSL 273.82º 0.39% 0.72% -
HSV(B) 273.82º 0.26% 0.83% -
XYZ 44.68 39.56 67.57 -
YUV 172.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 188 157 212 0.11 0.26 0 0.17 273.82 0.39 0.72
Hex BC 9D D4 B 1A 0 11 112 27 48
Octal 274 235 324 13 32 0 21 422 47 110
Binary 10111100 10011101 11010100 1011 11010 0 10001 100010010 100111 1001000

Color Harmonies of #BC9DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9DD4

Black with #BC9DD4

Text Example


Text Example

White with #BC9DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9DD4; }

 p { color: rgb(188,157,212); }

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

background-color css

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

 a { background-color: rgb(188,157,212); }

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

border-color css

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

 span { border-color: rgb(188,157,212); }

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