Html Css Color HEX #BCAAD8 Moon Raker

📋 copy color: '#BCAAD8'

red 188 ◦ green 170 ◦ blue 216

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

Shades of Moon Raker #BCAAD8

Tints of Moon Raker #BCAAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.63%

R = 32.75%
G = 29.62%
B = 37.63%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCAAD8 (or 0xBCAAD8) is known color: Moon Raker. HEX triplet: BC, AA and D8. RGB value is (188,170,216). Sum of RGB (Red+Green+Blue) = 188+170+216=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 216 (84.77% from 255 or 37.63% from 574); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCAAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAD8 is #435527. Grayscale: #B4B4B4. Windows color (decimal): -4412712 or 14199484. OLE color: 14199484.

HSL color Cylindrical-coordinate representation of color #BCAAD8: hue angle of 263.48º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCAAD8 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 170 216 -
CMYK 0.13 0.21 0 0.15
HSL 263.48º 0.37% 0.76% -
HSV(B) 263.48º 0.21% 0.85% -
XYZ 47.51 44.4 71.03 -
YUV 180.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 188 170 216 0.13 0.21 0 0.15 263.48 0.37 0.76
Hex BC AA D8 D 15 0 F 107 25 4C
Octal 274 252 330 15 25 0 17 407 45 114
Binary 10111100 10101010 11011000 1101 10101 0 1111 100000111 100101 1001100

Color Harmonies of #BCAAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAD8

Black with #BCAAD8

Text Example


Text Example

White with #BCAAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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