Html Css Color HEX #BCB3D3 Moon Raker

📋 copy color: '#BCB3D3'

red 188 ◦ green 179 ◦ blue 211

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

Shades of Moon Raker #BCB3D3

Tints of Moon Raker #BCB3D3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.97%

 BLUE value IS 211 (82.81% from 255) = 36.51%

R = 32.53%
G = 30.97%
B = 36.51%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCB3D3 (or 0xBCB3D3) is known color: Moon Raker. HEX triplet: BC, B3 and D3. RGB value is (188,179,211). Sum of RGB (Red+Green+Blue) = 188+179+211=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCB3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3D3 is #434C2C. Grayscale: #B9B9B9. Windows color (decimal): -4410413 or 13874108. OLE color: 13874108.

HSL color Cylindrical-coordinate representation of color #BCB3D3: hue angle of 256.88º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCB3D3 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 179 211 -
CMYK 0.11 0.15 0 0.17
HSL 256.88º 0.27% 0.76% -
HSV(B) 256.88º 0.15% 0.83% -
XYZ 48.62 47.63 68.26 -
YUV 185.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 188 179 211 0.11 0.15 0 0.17 256.88 0.27 0.76
Hex BC B3 D3 B F 0 11 101 1B 4C
Octal 274 263 323 13 17 0 21 401 33 114
Binary 10111100 10110011 11010011 1011 1111 0 10001 100000001 11011 1001100

Color Harmonies of #BCB3D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3D3

Black with #BCB3D3

Text Example


Text Example

White with #BCB3D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3D3; }

 p { color: rgb(188,179,211); }

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

background-color css

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

 a { background-color: rgb(188,179,211); }

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

border-color css

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

 span { border-color: rgb(188,179,211); }

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