#BFB9CA

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

Shades of Moon Raker #BFB9CA

Tints of Moon Raker #BFB9CA

Color information

#BFB9CA (or 0xBFB9CA) is unknown color: approx Moon Raker. HEX triplet: BF, B9 and CA. RGB value is (191,185,202). Sum of RGB (Red+Green+Blue) = 191+185+202=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9CA is #404635. Grayscale: #BCBCBC. Windows color (decimal): -4212278 or 13285823. OLE color: 13285823.

HSL color Cylindrical-coordinate representation of color #BFB9CA: hue angle of 261.18º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB9CA is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB191185202-
CMYK0.050.0800.21
HSL261.18º13.82%75.88%-
HSV(B)261.18º8.42%79.22%-
XYZ49.550.0462.93-
YUV188.73135.49129.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.04%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=33.04%
G=32.01%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1911852020.050.0800.21261.1813.8275.88
HexBFB9CA58015105e4c
Octal27727131251002540516114
Binary101111111011100111001010101100001010110000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9CA; }

 p { color: rgb(191,185,202); }

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

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

 a { background-color: rgb(191,185,202); }

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

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

 span { border-color: rgb(191,185,202); }

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