Html Css Color HEX #BCAAD5 Moon Raker

📋 copy color: '#BCAAD5'

red 188 ◦ green 170 ◦ blue 213

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

Shades of Moon Raker #BCAAD5

Tints of Moon Raker #BCAAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.77%

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 32.92%
G = 29.77%
B = 37.3%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCAAD5 (or 0xBCAAD5) is known color: Moon Raker. HEX triplet: BC, AA and D5. RGB value is (188,170,213). Sum of RGB (Red+Green+Blue) = 188+170+213=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCAAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAD5 is #43552A. Grayscale: #B4B4B4. Windows color (decimal): -4412715 or 14002876. OLE color: 14002876.

HSL color Cylindrical-coordinate representation of color #BCAAD5: hue angle of 265.12º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAAD5 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 170 213 -
CMYK 0.12 0.20 0 0.16
HSL 265.12º 0.34% 0.75% -
HSV(B) 265.12º 0.2% 0.84% -
XYZ 47.12 44.24 69.01 -
YUV 180.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 188 170 213 0.12 0.20 0 0.16 265.12 0.34 0.75
Hex BC AA D5 C 14 0 10 109 22 4B
Octal 274 252 325 14 24 0 20 411 42 113
Binary 10111100 10101010 11010101 1100 10100 0 10000 100001001 100010 1001011

Color Harmonies of #BCAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAD5

Black with #BCAAD5

Text Example


Text Example

White with #BCAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAD5; }

 p { color: rgb(188,170,213); }

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

background-color css

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

 a { background-color: rgb(188,170,213); }

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

border-color css

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

 span { border-color: rgb(188,170,213); }

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