Html Css Color HEX #BCABD2 Moon Raker

📋 copy color: '#BCABD2'

red 188 ◦ green 171 ◦ blue 210

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

Shades of Moon Raker #BCABD2

Tints of Moon Raker #BCABD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 33.04%
G = 30.05%
B = 36.91%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCABD2 (or 0xBCABD2) is known color: Moon Raker. HEX triplet: BC, AB and D2. RGB value is (188,171,210). Sum of RGB (Red+Green+Blue) = 188+171+210=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABD2 is #43542D. Grayscale: #B4B4B4. Windows color (decimal): -4412462 or 13806524. OLE color: 13806524.

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

Color convert

RGB 188 171 210 -
CMYK 0.10 0.19 0 0.18
HSL 266.15º 0.3% 0.75% -
HSV(B) 266.15º 0.19% 0.82% -
XYZ 46.93 44.47 67.08 -
YUV 180.53 144.63 133.33 -
System Red Green Blue C M Y K H S L
Decimal 188 171 210 0.10 0.19 0 0.18 266.15 0.3 0.75
Hex BC AB D2 A 13 0 12 10A 1E 4B
Octal 274 253 322 12 23 0 22 412 36 113
Binary 10111100 10101011 11010010 1010 10011 0 10010 100001010 11110 1001011

Color Harmonies of #BCABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABD2

Black with #BCABD2

Text Example


Text Example

White with #BCABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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