Html Css Color HEX #BCB0DC Moon Raker

📋 copy color: '#BCB0DC'

red 188 ◦ green 176 ◦ blue 220

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

Shades of Moon Raker #BCB0DC

Tints of Moon Raker #BCB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.14%

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

R = 32.19%
G = 30.14%
B = 37.67%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB0DC (or 0xBCB0DC) is known color: Moon Raker. HEX triplet: BC, B0 and DC. RGB value is (188,176,220). Sum of RGB (Red+Green+Blue) = 188+176+220=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DC is #434F23. Grayscale: #B8B8B8. Windows color (decimal): -4411172 or 14463164. OLE color: 14463164.

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

Color convert

RGB 188 176 220 -
CMYK 0.15 0.2 0 0.14
HSL 256.36º 0.39% 0.78% -
HSV(B) 256.36º 0.2% 0.86% -
XYZ 49.18 46.91 74.17 -
YUV 184.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 188 176 220 0.15 0.2 0 0.14 256.36 0.39 0.78
Hex BC B0 DC F 14 0 E 100 27 4E
Octal 274 260 334 17 24 0 16 400 47 116
Binary 10111100 10110000 11011100 1111 10100 0 1110 100000000 100111 1001110

Color Harmonies of #BCB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0DC

Black with #BCB0DC

Text Example


Text Example

White with #BCB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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