#BFB8CD

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

Shades of Moon Raker #BFB8CD

Tints of Moon Raker #BFB8CD

Color information

#BFB8CD (or 0xBFB8CD) is unknown color: approx Moon Raker. HEX triplet: BF, B8 and CD. RGB value is (191,184,205). Sum of RGB (Red+Green+Blue) = 191+184+205=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #BFB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8CD is #404732. Grayscale: #BCBCBC. Windows color (decimal): -4212531 or 13482175. OLE color: 13482175.

HSL color Cylindrical-coordinate representation of color #BFB8CD: hue angle of 260º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFB8CD is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191184205-
CMYK0.070.1000.20
HSL260º17.36%76.27%-
HSV(B)260º10.24%80.39%-
XYZ49.6549.7764.75-
YUV188.49137.32129.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 184 (72.27% from 255) = 31.72%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=32.93%
G=31.72%
B=35.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911842050.070.1000.2026017.3676.27
HexBFB8CD7A014104114c
Octal27727031571202440421114
Binary1011111110111000110011011111010010100100000100100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8CD; }

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

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

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

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

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

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

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

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