Html Css Color HEX #BCABDC Moon Raker

📋 copy color: '#BCABDC'

red 188 ◦ green 171 ◦ blue 220

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

Shades of Moon Raker #BCABDC

Tints of Moon Raker #BCABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38%

R = 32.47%
G = 29.53%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCABDC (or 0xBCABDC) is known color: Moon Raker. HEX triplet: BC, AB and DC. RGB value is (188,171,220). Sum of RGB (Red+Green+Blue) = 188+171+220=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 171 (67.19% from 255 or 29.53% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCABDC is #435423. Grayscale: #B5B5B5. Windows color (decimal): -4412452 or 14461884. OLE color: 14461884.

HSL color Cylindrical-coordinate representation of color #BCABDC: hue angle of 260.82º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCABDC is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 171 220 -
CMYK 0.15 0.22 0 0.14
HSL 260.82º 0.41% 0.77% -
HSV(B) 260.82º 0.22% 0.86% -
XYZ 48.22 44.98 73.85 -
YUV 181.67 149.63 132.52 -
System Red Green Blue C M Y K H S L
Decimal 188 171 220 0.15 0.22 0 0.14 260.82 0.41 0.77
Hex BC AB DC F 16 0 E 105 29 4D
Octal 274 253 334 17 26 0 16 405 51 115
Binary 10111100 10101011 11011100 1111 10110 0 1110 100000101 101001 1001101

Color Harmonies of #BCABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCABDC

Black with #BCABDC

Text Example


Text Example

White with #BCABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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