Html Css Color HEX #BCB3CF Moon Raker

📋 copy color: '#BCB3CF'

red 188 ◦ green 179 ◦ blue 207

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

Shades of Moon Raker #BCB3CF

Tints of Moon Raker #BCB3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.06%

R = 32.75%
G = 31.18%
B = 36.06%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCB3CF (or 0xBCB3CF) is known color: Moon Raker. HEX triplet: BC, B3 and CF. RGB value is (188,179,207). Sum of RGB (Red+Green+Blue) = 188+179+207=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB3CF is #434C30. Grayscale: #B8B8B8. Windows color (decimal): -4410417 or 13611964. OLE color: 13611964.

HSL color Cylindrical-coordinate representation of color #BCB3CF: hue angle of 259.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB3CF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 179 207 -
CMYK 0.09 0.14 0 0.19
HSL 259.29º 0.23% 0.76% -
HSV(B) 259.29º 0.14% 0.81% -
XYZ 48.12 47.44 65.65 -
YUV 184.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 188 179 207 0.09 0.14 0 0.19 259.29 0.23 0.76
Hex BC B3 CF 9 E 0 13 103 17 4C
Octal 274 263 317 11 16 0 23 403 27 114
Binary 10111100 10110011 11001111 1001 1110 0 10011 100000011 10111 1001100

Color Harmonies of #BCB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB3CF

Black with #BCB3CF

Text Example


Text Example

White with #BCB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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