Html Css Color HEX #BCAADC Moon Raker

📋 copy color: '#BCAADC'

red 188 ◦ green 170 ◦ blue 220

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

Shades of Moon Raker #BCAADC

Tints of Moon Raker #BCAADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 32.53%
G = 29.41%
B = 38.06%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCAADC (or 0xBCAADC) is known color: Moon Raker. HEX triplet: BC, AA and DC. RGB value is (188,170,220). Sum of RGB (Red+Green+Blue) = 188+170+220=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCAADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADC is #435523. Grayscale: #B4B4B4. Windows color (decimal): -4412708 or 14461628. OLE color: 14461628.

HSL color Cylindrical-coordinate representation of color #BCAADC: hue angle of 261.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCAADC is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 170 220 -
CMYK 0.15 0.23 0 0.14
HSL 261.6º 0.42% 0.76% -
HSV(B) 261.6º 0.23% 0.86% -
XYZ 48.03 44.61 73.79 -
YUV 181.08 149.96 132.93 -
System Red Green Blue C M Y K H S L
Decimal 188 170 220 0.15 0.23 0 0.14 261.6 0.42 0.76
Hex BC AA DC F 17 0 E 106 2A 4C
Octal 274 252 334 17 27 0 16 406 52 114
Binary 10111100 10101010 11011100 1111 10111 0 1110 100000110 101010 1001100

Color Harmonies of #BCAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAADC

Black with #BCAADC

Text Example


Text Example

White with #BCAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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