Html Css Color HEX #BCB1D6 Moon Raker

📋 copy color: '#BCB1D6'

red 188 ◦ green 177 ◦ blue 214

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

Shades of Moon Raker #BCB1D6

Tints of Moon Raker #BCB1D6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.57%

 BLUE value IS 214 (83.98% from 255) = 36.96%

R = 32.47%
G = 30.57%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCB1D6 (or 0xBCB1D6) is known color: Moon Raker. HEX triplet: BC, B1 and D6. RGB value is (188,177,214). Sum of RGB (Red+Green+Blue) = 188+177+214=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 214 (83.98% from 255 or 36.96% from 579); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCB1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB1D6 is #434E29. Grayscale: #B8B8B8. Windows color (decimal): -4410922 or 14070204. OLE color: 14070204.

HSL color Cylindrical-coordinate representation of color #BCB1D6: hue angle of 257.84º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCB1D6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 177 214 -
CMYK 0.12 0.17 0 0.16
HSL 257.84º 0.31% 0.77% -
HSV(B) 257.84º 0.17% 0.84% -
XYZ 48.6 46.99 70.13 -
YUV 184.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 188 177 214 0.12 0.17 0 0.16 257.84 0.31 0.77
Hex BC B1 D6 C 11 0 10 102 1F 4D
Octal 274 261 326 14 21 0 20 402 37 115
Binary 10111100 10110001 11010110 1100 10001 0 10000 100000010 11111 1001101

Color Harmonies of #BCB1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB1D6

Black with #BCB1D6

Text Example


Text Example

White with #BCB1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB1D6; }

 p { color: rgb(188,177,214); }

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

background-color css

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

 a { background-color: rgb(188,177,214); }

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

border-color css

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

 span { border-color: rgb(188,177,214); }

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