#BFB4CE

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

Shades of Moon Raker #BFB4CE

Tints of Moon Raker #BFB4CE

Color information

#BFB4CE (or 0xBFB4CE) is unknown color: approx Moon Raker. HEX triplet: BF, B4 and CE. RGB value is (191,180,206). Sum of RGB (Red+Green+Blue) = 191+180+206=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4CE is #404B31. Grayscale: #BABABA. Windows color (decimal): -4213554 or 13546687. OLE color: 13546687.

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

Color convert

RGB191180206-
CMYK0.070.1300.19
HSL265.38º20.97%75.69%-
HSV(B)265.38º12.62%80.78%-
XYZ48.9548.1865.11-
YUV186.25139.14131.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 180 (70.70% from 255) = 31.20%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=33.10%
G=31.20%
B=35.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911802060.070.1300.19265.3820.9775.69
HexBFB4CE7D013109154c
Octal27726431671502341125114
Binary1011111110110100110011101111101010011100001001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB4CE; }

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

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

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

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

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

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

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

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