Html Css Color HEX #BCB0DB Moon Raker

📋 copy color: '#BCB0DB'

red 188 ◦ green 176 ◦ blue 219

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

Shades of Moon Raker #BCB0DB

Tints of Moon Raker #BCB0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.56%

R = 32.25%
G = 30.19%
B = 37.56%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCB0DB (or 0xBCB0DB) is known color: Moon Raker. HEX triplet: BC, B0 and DB. RGB value is (188,176,219). Sum of RGB (Red+Green+Blue) = 188+176+219=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DB is #434F24. Grayscale: #B8B8B8. Windows color (decimal): -4411173 or 14397628. OLE color: 14397628.

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

Color convert

RGB 188 176 219 -
CMYK 0.14 0.20 0 0.14
HSL 256.74º 0.37% 0.77% -
HSV(B) 256.74º 0.2% 0.86% -
XYZ 49.05 46.86 73.48 -
YUV 184.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 188 176 219 0.14 0.20 0 0.14 256.74 0.37 0.77
Hex BC B0 DB E 14 0 E 101 25 4D
Octal 274 260 333 16 24 0 16 401 45 115
Binary 10111100 10110000 11011011 1110 10100 0 1110 100000001 100101 1001101

Color Harmonies of #BCB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0DB

Black with #BCB0DB

Text Example


Text Example

White with #BCB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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