Html Css Color HEX #BCB3CC Moon Raker

📋 copy color: '#BCB3CC'

red 188 ◦ green 179 ◦ blue 204

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

Shades of Moon Raker #BCB3CC

Tints of Moon Raker #BCB3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 32.92%
G = 31.35%
B = 35.73%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCB3CC (or 0xBCB3CC) is known color: Moon Raker. HEX triplet: BC, B3 and CC. RGB value is (188,179,204). Sum of RGB (Red+Green+Blue) = 188+179+204=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCB3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3CC is #434C33. Grayscale: #B8B8B8. Windows color (decimal): -4410420 or 13415356. OLE color: 13415356.

HSL color Cylindrical-coordinate representation of color #BCB3CC: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCB3CC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 179 204 -
CMYK 0.08 0.12 0 0.2
HSL 261.6º 0.2% 0.75% -
HSV(B) 261.6º 0.12% 0.8% -
XYZ 47.76 47.29 63.74 -
YUV 184.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 188 179 204 0.08 0.12 0 0.2 261.6 0.2 0.75
Hex BC B3 CC 8 C 0 14 106 14 4B
Octal 274 263 314 10 14 0 24 406 24 113
Binary 10111100 10110011 11001100 1000 1100 0 10100 100000110 10100 1001011

Color Harmonies of #BCB3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3CC

Black with #BCB3CC

Text Example


Text Example

White with #BCB3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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