Html Css Color HEX #BCAADD Moon Raker

📋 copy color: '#BCAADD'

red 188 ◦ green 170 ◦ blue 221

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

Shades of Moon Raker #BCAADD

Tints of Moon Raker #BCAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 32.47%
G = 29.36%
B = 38.17%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCAADD (or 0xBCAADD) is known color: Moon Raker. HEX triplet: BC, AA and DD. RGB value is (188,170,221). Sum of RGB (Red+Green+Blue) = 188+170+221=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAADD is #435522. Grayscale: #B5B5B5. Windows color (decimal): -4412707 or 14527164. OLE color: 14527164.

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

Color convert

RGB 188 170 221 -
CMYK 0.15 0.23 0 0.13
HSL 261.18º 0.43% 0.77% -
HSV(B) 261.18º 0.23% 0.87% -
XYZ 48.16 44.66 74.49 -
YUV 181.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 188 170 221 0.15 0.23 0 0.13 261.18 0.43 0.77
Hex BC AA DD F 17 0 D 105 2B 4D
Octal 274 252 335 17 27 0 15 405 53 115
Binary 10111100 10101010 11011101 1111 10111 0 1101 100000101 101011 1001101

Color Harmonies of #BCAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAADD

Black with #BCAADD

Text Example


Text Example

White with #BCAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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