Html Css Color HEX #BCAADF Moon Raker

📋 copy color: '#BCAADF'

red 188 ◦ green 170 ◦ blue 223

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

Shades of Moon Raker #BCAADF

Tints of Moon Raker #BCAADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.38%

R = 32.36%
G = 29.26%
B = 38.38%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCAADF (or 0xBCAADF) is known color: Moon Raker. HEX triplet: BC, AA and DF. RGB value is (188,170,223). Sum of RGB (Red+Green+Blue) = 188+170+223=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCAADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADF is #435520. Grayscale: #B5B5B5. Windows color (decimal): -4412705 or 14658236. OLE color: 14658236.

HSL color Cylindrical-coordinate representation of color #BCAADF: hue angle of 260.38º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCAADF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 170 223 -
CMYK 0.16 0.24 0 0.13
HSL 260.38º 0.45% 0.77% -
HSV(B) 260.38º 0.24% 0.87% -
XYZ 48.43 44.77 75.9 -
YUV 181.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 188 170 223 0.16 0.24 0 0.13 260.38 0.45 0.77
Hex BC AA DF 10 18 0 D 104 2D 4D
Octal 274 252 337 20 30 0 15 404 55 115
Binary 10111100 10101010 11011111 10000 11000 0 1101 100000100 101101 1001101

Color Harmonies of #BCAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAADF

Black with #BCAADF

Text Example


Text Example

White with #BCAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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