Html Css Color HEX #BCB0CF Moon Raker

📋 copy color: '#BCB0CF'

red 188 ◦ green 176 ◦ blue 207

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

Shades of Moon Raker #BCB0CF

Tints of Moon Raker #BCB0CF

RGB

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

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

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

R = 32.92%
G = 30.82%
B = 36.25%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCB0CF (or 0xBCB0CF) is known color: Moon Raker. HEX triplet: BC, B0 and CF. RGB value is (188,176,207). Sum of RGB (Red+Green+Blue) = 188+176+207=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 176 (69.14% from 255 or 30.82% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0CF is #434F30. Grayscale: #B7B7B7. Windows color (decimal): -4411185 or 13611196. OLE color: 13611196.

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

Color convert

RGB 188 176 207 -
CMYK 0.09 0.15 0 0.19
HSL 263.23º 0.24% 0.75% -
HSV(B) 263.23º 0.15% 0.81% -
XYZ 47.53 46.25 65.45 -
YUV 183.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 188 176 207 0.09 0.15 0 0.19 263.23 0.24 0.75
Hex BC B0 CF 9 F 0 13 107 18 4B
Octal 274 260 317 11 17 0 23 407 30 113
Binary 10111100 10110000 11001111 1001 1111 0 10011 100000111 11000 1001011

Color Harmonies of #BCB0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0CF

Black with #BCB0CF

Text Example


Text Example

White with #BCB0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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