#BFB0D2

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

Shades of Moon Raker #BFB0D2

Tints of Moon Raker #BFB0D2

Color information

#BFB0D2 (or 0xBFB0D2) is unknown color: approx Moon Raker. HEX triplet: BF, B0 and D2. RGB value is (191,176,210). Sum of RGB (Red+Green+Blue) = 191+176+210=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0D2 is #404F2D. Grayscale: #B8B8B8. Windows color (decimal): -4214574 or 13807807. OLE color: 13807807.

HSL color Cylindrical-coordinate representation of color #BFB0D2: hue angle of 266.47º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB0D2 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB191176210-
CMYK0.090.1600.18
HSL266.47º27.42%75.69%-
HSV(B)266.47º16.19%82.35%-
XYZ48.6446.7867.44-
YUV184.36142.47132.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.10%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 210 (82.42% from 255) = 36.40%
R=33.10%
G=30.50%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1911762100.090.1600.18266.4727.4275.69
HexBFB0D291001210a1b4c
Octal277260322112002241233114
Binary101111111011000011010010100110000010010100001010110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0D2; }

 p { color: rgb(191,176,210); }

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

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

 a { background-color: rgb(191,176,210); }

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

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

 span { border-color: rgb(191,176,210); }

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