Html Css Color HEX #BCAAD4 Moon Raker

📋 copy color: '#BCAAD4'

red 188 ◦ green 170 ◦ blue 212

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

Shades of Moon Raker #BCAAD4

Tints of Moon Raker #BCAAD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 32.98%
G = 29.82%
B = 37.19%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCAAD4 (or 0xBCAAD4) is known color: Moon Raker. HEX triplet: BC, AA and D4. RGB value is (188,170,212). Sum of RGB (Red+Green+Blue) = 188+170+212=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCAAD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAAD4 is #43552B. Grayscale: #B4B4B4. Windows color (decimal): -4412716 or 13937340. OLE color: 13937340.

HSL color Cylindrical-coordinate representation of color #BCAAD4: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCAAD4 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 170 212 -
CMYK 0.11 0.20 0 0.17
HSL 265.71º 0.33% 0.75% -
HSV(B) 265.71º 0.2% 0.83% -
XYZ 47 44.19 68.34 -
YUV 180.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 188 170 212 0.11 0.20 0 0.17 265.71 0.33 0.75
Hex BC AA D4 B 14 0 11 10A 21 4B
Octal 274 252 324 13 24 0 21 412 41 113
Binary 10111100 10101010 11010100 1011 10100 0 10001 100001010 100001 1001011

Color Harmonies of #BCAAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAAD4

Black with #BCAAD4

Text Example


Text Example

White with #BCAAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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