Html Css Color HEX #BCABD1 Moon Raker

📋 copy color: '#BCABD1'

red 188 ◦ green 171 ◦ blue 209

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

Shades of Moon Raker #BCABD1

Tints of Moon Raker #BCABD1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 33.1%
G = 30.11%
B = 36.8%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCABD1 (or 0xBCABD1) is known color: Moon Raker. HEX triplet: BC, AB and D1. RGB value is (188,171,209). Sum of RGB (Red+Green+Blue) = 188+171+209=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCABD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD1 is #43542E. Grayscale: #B4B4B4. Windows color (decimal): -4412463 or 13740988. OLE color: 13740988.

HSL color Cylindrical-coordinate representation of color #BCABD1: hue angle of 266.84º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCABD1 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 171 209 -
CMYK 0.10 0.18 0 0.18
HSL 266.84º 0.29% 0.75% -
HSV(B) 266.84º 0.18% 0.82% -
XYZ 46.81 44.42 66.43 -
YUV 180.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 188 171 209 0.10 0.18 0 0.18 266.84 0.29 0.75
Hex BC AB D1 A 12 0 12 10B 1D 4B
Octal 274 253 321 12 22 0 22 413 35 113
Binary 10111100 10101011 11010001 1010 10010 0 10010 100001011 11101 1001011

Color Harmonies of #BCABD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABD1

Black with #BCABD1

Text Example


Text Example

White with #BCABD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABD1; }

 p { color: rgb(188,171,209); }

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

background-color css

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

 a { background-color: rgb(188,171,209); }

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

border-color css

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

 span { border-color: rgb(188,171,209); }

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