#BFB8CE

Color #BFB8CE Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BFB8CE

Tints of Moon Raker #BFB8CE

Color information

#BFB8CE (or 0xBFB8CE) is unknown color: approx Moon Raker. HEX triplet: BF, B8 and CE. RGB value is (191,184,206). Sum of RGB (Red+Green+Blue) = 191+184+206=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8CE is #404731. Grayscale: #BCBCBC. Windows color (decimal): -4212530 or 13547711. OLE color: 13547711.

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

Color convert

RGB191184206-
CMYK0.070.1100.19
HSL259.09º18.33%76.47%-
HSV(B)259.09º10.68%80.78%-
XYZ49.7749.8165.38-
YUV188.6137.82129.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 184 (72.27% from 255) = 31.67%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=32.87%
G=31.67%
B=35.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911842060.070.1100.19259.0918.3376.47
HexBFB8CE7B013103124c
Octal27727031671302340322114
Binary1011111110111000110011101111011010011100000011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8CE; }

 p { color: rgb(191,184,206); }

 H1.HeaderClassName
 {
   color: #BFB8CE;
 }
 .AnyTagClassName
 {
   color: #BFB8CE;
 }
</style>
background-color css

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

 a { background-color: rgb(191,184,206); }

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

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

 span { border-color: rgb(191,184,206); }

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